Fix cannot send tip, transaction failed (#917) #918

Merged
IGassmann merged 1 commit from issue/917 into master 2018-01-02 22:40:41 +01:00

View file

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