Giveth / vaultcontroller

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

internal sendBackOverflow() #6

Closed adria0 closed 7 years ago

adria0 commented 7 years ago

Should sendBackOverflow() be internal? It is not usually expected that non-contract users call a non-constant contract method.

jbaylina commented 7 years ago

If anybody tops the vault with Ether that spills over, this function can be called to transfer the spilled over part to the main vault.

adria0 commented 7 years ago

I'll create a PR to put this comment into the code.