Fix cannot send tip, transaction failed (#917)

This commit is contained in:
Igor Gassmann 2018-01-02 09:07:28 -03:00
parent c894567eb9
commit 4e97c105c4

View file

@ -200,7 +200,7 @@ export function doSendSupport(amount, claimId, uri) {
};
Lbry.wallet_send({
claimId,
claim_id: claimId,
amount,
}).then(successCallback, errorCallback);
};