mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 17:01:25 +00:00
Fix cannot send tip, transaction failed (#917)
This commit is contained in:
parent
c894567eb9
commit
4e97c105c4
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export function doSendSupport(amount, claimId, uri) {
|
||||||
};
|
};
|
||||||
|
|
||||||
Lbry.wallet_send({
|
Lbry.wallet_send({
|
||||||
claimId,
|
claim_id: claimId,
|
||||||
amount,
|
amount,
|
||||||
}).then(successCallback, errorCallback);
|
}).then(successCallback, errorCallback);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue