near-daos / sputnik-dao-contract

Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
107 stars 76 forks source link

Appending delegated amount for existing account #186

Open okalenyk opened 2 years ago

okalenyk commented 2 years ago

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' ]
  ]
}
agileurbanite commented 1 year ago

Who closed this PR? Reopening