Merge pull request #918 from lbryio/issue/917

Fix cannot send tip, transaction failed (#917)
This commit is contained in:
Igor Gassmann 2018-01-02 18:40:40 -03:00 committed by GitHub
commit 8203594989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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