fix up zero-conf

This commit is contained in:
Josh Harvey 2017-05-21 19:01:38 +01:00
parent 23458b6b56
commit c78519072b
6 changed files with 4205 additions and 180 deletions

View file

@ -231,7 +231,7 @@ function plugins (settings, deviceId) {
}
function getStatus (tx) {
return wallet.getStatus(settings, tx.toAddress, tx.cryptoAtoms, tx.cryptoCode, tx.fiat, deviceId)
return wallet.getStatus(settings, tx, deviceId)
}
function newAddress (tx) {