From 2db51c8a7791b9ab10c11f793bc4a00d91c8e06b Mon Sep 17 00:00:00 2001 From: mattverse Date: Wed, 31 Jan 2024 16:19:54 +0900 Subject: [PATCH] Test --- x/staking/keeper/delegation.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x/staking/keeper/delegation.go b/x/staking/keeper/delegation.go index 42af9e04f41b..9a16fc4c931c 100644 --- a/x/staking/keeper/delegation.go +++ b/x/staking/keeper/delegation.go @@ -738,6 +738,8 @@ func (k Keeper) Unbond( return amount, types.ErrNoValidatorFound } + console.log("hi") + // subtract shares from delegation delegation.Shares = delegation.Shares.Sub(shares)