Payments to contacts now work.

This commit is contained in:
Brendon Duncan 2018-08-03 20:11:14 +12:00
commit 8148ad66b4

View file

@ -216,7 +216,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
amount: parseInt(data.stateParams.amount),
sendMax: data.stateParams.sendMax === 'true' ? true : false,
fromWalletId: data.stateParams.fromWalletId,
toAddress: data.stateParams.toAddress,
toAddress: data.stateParams.toAddr,
feeLevel: configFeeLevel,
spendUnconfirmed: config.wallet.spendUnconfirmed,