Browse Source

fix for issue 130

umbrel
kenshin-samourai 5 years ago
parent
commit
7d12c6e18a
  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