Skip to content

[bugfix] fix gas event from not emitting

Son of Odin requested to merge fix-gas-event into master

Noticed that when we update the vault balances, we return immediately, if we have an error or not. This stopped us from ever emitting a gas event.

Merge request reports