Browse Source

Merge pull request #131 from Samourai-Wallet/fix_nodejs_issue_130

fix issue 130
umbrel
kenshin samourai 5 years ago
committed by GitHub
parent
commit
d0f29bf8c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/db/mysql-db-wrapper.js

2
lib/db/mysql-db-wrapper.js

@ -1430,7 +1430,7 @@ class MySqlDbWrapper {
const params = [txs.map(tx => [
tx.txid,
tx.created,
tx.created ? tx.created : util.unix(),
tx.version,
tx.locktime
])]

Loading…
Cancel
Save