Fix cannot send tip, transaction failed (#917) #918
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