Skip to content

Commit

Permalink
Merge pull request #54 from frankcrypto2023/main
Browse files Browse the repository at this point in the history
Restore code, timestamp using external injection
  • Loading branch information
dindinw authored Jul 29, 2024
2 parents dfd6e9d + 594cd00 commit 7d127ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/txsign.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function TxSigner (network = Network.privnet) {
this.__inputs = []
this.__network = network
this.__tx = new Transaction()
this.__tx.timestamp = (Date.now()/1000)
}

TxSigner.newSigner = function (network) {
Expand Down

0 comments on commit 7d127ea

Please sign in to comment.