Giveth / vaultcontroller

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

Problematic throw canceling uninitialized vaultcontroller #24

Closed adria0 closed 7 years ago

adria0 commented 7 years ago

cancelVault() should not throw if not initialized (initialized modifier) If not, any uninitialized subvaultcontroller will break the cancelAllChildVaults stack call.

jbaylina commented 7 years ago

Fixed! Good catch!