sputnik-dao-contract
sputnik-dao-contract copied to clipboard
Appending delegated amount for existing account
Addressing issue when multiple delegations made to a single account preventing the following issue:
{
storage_used: 245,
near_amount: '3000000000000000000000',
vote_amount: '9000000000',
next_action_timestamp: '1657095428668116983',
delegated_amounts: [
[ 'account1.testnet', '90000' ],
[ 'account2.testnet', '90000' ],
[ 'account1.testnet', '90000' ]
]
}
Who closed this PR? Reopening