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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
])] |
|
|
|