Giveth / vaultcontroller

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

Use modifier in checkMainTransfer #16

Closed adria0 closed 7 years ago

adria0 commented 7 years ago

Use notCanceled modifier instead in if (canceled) return false; in checkMainTransfer

jbaylina commented 7 years ago

One return false and the other throw.

adria0 commented 7 years ago

That`s true!