Skip to content

Commit

Permalink
Merge pull request #918 from lbryio/issue/917
Browse files Browse the repository at this point in the history
Fix cannot send tip, transaction failed (#917)
  • Loading branch information
IGassmann authored Jan 2, 2018
2 parents 0e77be0 + 4e97c10 commit 8203594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/redux/actions/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export function doSendSupport(amount, claimId, uri) {
};

Lbry.wallet_send({
claimId,
claim_id: claimId,
amount,
}).then(successCallback, errorCallback);
};
Expand Down

0 comments on commit 8203594

Please sign in to comment.