mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
broadcast account funding
This commit is contained in:
parent
1045741d63
commit
98a53aaad0
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ class LBRY {
|
||||||
*/
|
*/
|
||||||
fundAccount({ to, from, everything, amount }) {
|
fundAccount({ to, from, everything, amount }) {
|
||||||
return this._sdkRequest('account_fund', {
|
return this._sdkRequest('account_fund', {
|
||||||
to_account: to, from_account: from, everything, amount: Util.LBRY.ensureDecimal(amount) });
|
to_account: to, from_account: from, everything,
|
||||||
|
amount: Util.LBRY.ensureDecimal(amount), broadcast: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue