fix crypto balance after sendCoins
This commit is contained in:
parent
e51e1abe47
commit
adbd60b5a5
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ function executeTx (session, tx, authority, cb) {
|
|||
|
||||
if (_err) return cb(_err)
|
||||
|
||||
pollBalance('BTC')
|
||||
pollBalance(cryptoCode)
|
||||
|
||||
cb(null, {
|
||||
statusCode: 201, // Created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue