Review transation copying state at startup so it doesn't contaminate the sendFlowController.
This commit is contained in:
parent
0410182d4f
commit
188ddcba58
1 changed files with 2 additions and 1 deletions
|
|
@ -75,8 +75,9 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
||||||
|
|
||||||
|
|
||||||
function onBeforeEnter(event, data) {
|
function onBeforeEnter(event, data) {
|
||||||
|
console.log('walletSelector onBeforeEnter sendflow ', sendFlowService.getState());
|
||||||
defaults = configService.getDefaults();
|
defaults = configService.getDefaults();
|
||||||
sendFlowData = sendFlowService;
|
sendFlowData = sendFlowService.getState();
|
||||||
originWalletId = sendFlowData.fromWalletId;
|
originWalletId = sendFlowData.fromWalletId;
|
||||||
satoshis = parseInt(sendFlowData.amount, 10);
|
satoshis = parseInt(sendFlowData.amount, 10);
|
||||||
toAddress = sendFlowData.toAddress;
|
toAddress = sendFlowData.toAddress;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue