Upgrade daemon to 0.19.0 #1032
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ export function doAbandonClaim(txid, nout) {
|
||||||
claimId,
|
claimId,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
dispatch(doResolveUri(buildURI({ claimName, claimId })));
|
dispatch(doResolveUri(buildURI({ claimName: name, claimId })));
|
||||||
dispatch(doFetchClaimListMine());
|
dispatch(doFetchClaimListMine());
|
||||||
} else {
|
} else {
|
||||||
dispatch(doOpenModal(MODALS.TRANSACTION_FAILED));
|
dispatch(doOpenModal(MODALS.TRANSACTION_FAILED));
|
||||||
|
|
Loading…
Reference in a new issue