Browse Source

Collect operation amount from libcore

master
meriadec 7 years ago
parent
commit
dfc40beaa4
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 3
      src/internals/accounts/scanAccountsOnDevice.js

3
src/internals/accounts/scanAccountsOnDevice.js

@ -187,8 +187,7 @@ async function buildRawAccount({
accountId: xpub, accountId: xpub,
date: op.getDate().toISOString(), date: op.getDate().toISOString(),
// amount: op.getAmount().toLong(), amount: op.getAmount().toLong(),
amount: 0,
} }
}) })

Loading…
Cancel
Save