sputnik-dao-contract icon indicating copy to clipboard operation
sputnik-dao-contract copied to clipboard

Appending delegated amount for existing account

Open okalenyk opened this issue 2 years ago • 1 comments

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' ]
  ]
}

okalenyk avatar Jun 29 '22 11:06 okalenyk

Who closed this PR? Reopening

agileurbanite avatar Aug 02 '22 21:08 agileurbanite