Giveth / vaultcontroller

Vault Architecture
GNU General Public License v3.0
0 stars 3 forks source link

authorizeSpender of existent spender increments numberOfSpenders() #30

Closed adria0 closed 7 years ago

adria0 commented 7 years ago
vaultController.authorizeSpender("SPENDER",spenderAddr1,...)
vaultController.authorizeSpender("SPENDER",spenderAddr1,...)

will result in

numberOfSpenders() == 2
jbaylina commented 7 years ago

Fixed!