mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 02:56:11 +03:00
upd beneficiary to 3%
This commit is contained in:
parent
b54b57dadf
commit
4d3fc0e4f1
Binary file not shown.
@ -90,7 +90,7 @@ export const prepareBeneficiaries = post => {
|
||||
beneficiaries: [
|
||||
{
|
||||
account: 'esteemapp',
|
||||
weight: 1000, // 10%
|
||||
weight: 300, // 3%
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -65,7 +65,7 @@ export const makeOptions = (author, permlink, operationType) => {
|
||||
permlink,
|
||||
max_accepted_payout: '1000000.000 SBD',
|
||||
percent_steem_dollars: 10000,
|
||||
extensions: [[0, { beneficiaries: [{ account: 'esteemapp', weight: 1000 }] }]],
|
||||
extensions: [[0, { beneficiaries: [{ account: 'esteemapp', weight: 300 }] }]],
|
||||
};
|
||||
|
||||
switch (operationType) {
|
||||
|
Loading…
Reference in New Issue
Block a user