diff --git a/src/renderer/redux/actions/content.js b/src/renderer/redux/actions/content.js index 683aa3b32..d5671bba4 100644 --- a/src/renderer/redux/actions/content.js +++ b/src/renderer/redux/actions/content.js @@ -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));