Merge pull request #918 from lbryio/issue/917
Fix cannot send tip, transaction failed (#917)
This commit is contained in:
commit
8203594989
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export function doSendSupport(amount, claimId, uri) {
|
|||
};
|
||||
|
||||
Lbry.wallet_send({
|
||||
claimId,
|
||||
claim_id: claimId,
|
||||
amount,
|
||||
}).then(successCallback, errorCallback);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue