upd beneficiary to 3%

This commit is contained in:
Feruz 2019-09-24 10:16:36 +03:00
parent b54b57dadf
commit 4d3fc0e4f1
3 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ export const prepareBeneficiaries = post => {
beneficiaries: [
{
account: 'esteemapp',
weight: 1000, // 10%
weight: 300, // 3%
},
],
},

View File

@ -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) {