NoteProtocol / NoteWallet

A Command Line Wallet to Send/Receive BTC and NOTE Tokens
142 stars 62 forks source link

Reduce log output #5

Closed time0x closed 7 months ago

time0x commented 7 months ago

Reduce log output

bioo commented 7 months ago

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); //