mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
Fix abandon claim issue
This commit is contained in:
parent
0c833a727e
commit
fa91f3cea5
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…
Add table
Reference in a new issue