NoteWallet icon indicating copy to clipboard operation
NoteWallet copied to clipboard

Reduce log output

Open time0x opened this issue 4 months ago • 1 comments

Reduce log output

time0x avatar Feb 22 '24 12:02 time0x

Hi bro, You forgot to delete the original log printing code. if (locktime % 1000 === 0) { console.log("checking", txHash256, locktime); } // console.log("checking", txHash256, locktime); //

bioo avatar Feb 23 '24 02:02 bioo