mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix support
This commit is contained in:
parent
0da58d190c
commit
6a8df461fc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = class Support extends Command {
|
||||||
|
|
||||||
// Create support
|
// Create support
|
||||||
const response = await this.client.lbry.createSupport({
|
const response = await this.client.lbry.createSupport({
|
||||||
accountID: account, claimID: givenClaim, amount: givenAmount });
|
accountID: account.accountID, claimID: givenClaim, amount: givenAmount });
|
||||||
const transaction = await response.json();
|
const transaction = await response.json();
|
||||||
if (await this.handleResponse(message, response, transaction)) return;
|
if (await this.handleResponse(message, response, transaction)) return;
|
||||||
const txid = transaction.result.txid;
|
const txid = transaction.result.txid;
|
||||||
|
|
Loading…
Add table
Reference in a new issue