mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix funding account in LBRY module
This commit is contained in:
parent
6a8df461fc
commit
50e4ae63e1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class LBRY {
|
||||||
createSupport({ accountID, claimID, amount }) {
|
createSupport({ accountID, claimID, amount }) {
|
||||||
return this._sdkRequest('support_create', {
|
return this._sdkRequest('support_create', {
|
||||||
account_id: accountID, claim_id: claimID,
|
account_id: accountID, claim_id: claimID,
|
||||||
amount: Util.LBRY.ensureDecimal(amount), funding_account_ids: accountID });
|
amount: Util.LBRY.ensureDecimal(amount), funding_account_ids: [accountID] });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue