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,
|
||||
},
|
||||
});
|
||||
dispatch(doResolveUri(buildURI({ claimName, claimId })));
|
||||
dispatch(doResolveUri(buildURI({ claimName: name, claimId })));
|
||||
dispatch(doFetchClaimListMine());
|
||||
} else {
|
||||
dispatch(doOpenModal(MODALS.TRANSACTION_FAILED));
|
||||
|
|
Loading…
Reference in a new issue