Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Sep 19, 2024
1 parent af7a7f9 commit 87e811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/vault/keeper/withdraw.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (k Keeper) WithdrawFromMegavault(
if err != nil {
log.ErrorLogWithError(
ctx,
"Megavault withdrawal: error when transfering from sub vault to main vault. Skipping this vault",
"Megavault withdrawal: error when transferring from sub vault to main vault. Skipping this vault",
err,
"Vault ID",
vaultId,
Expand Down

0 comments on commit 87e811e

Please sign in to comment.