From c272db06b82859f07efa963b723b90fa054865c5 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 13 Jul 2018 01:54:07 +0200 Subject: [PATCH] Delegation bug fixed! --- x/stake/simulation/sim_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x/stake/simulation/sim_test.go b/x/stake/simulation/sim_test.go index 621e2c5b2f..5252158d86 100644 --- a/x/stake/simulation/sim_test.go +++ b/x/stake/simulation/sim_test.go @@ -356,8 +356,7 @@ func TestStakeWithRandomMessages(t *testing.T) { // XXX TODO // SimulateMsgBeginUnbonding(mapper, stakeKeeper), SimulateMsgCompleteUnbonding(stakeKeeper), - // XXX TODO Bug found! - // SimulateMsgBeginRedelegate(mapper, stakeKeeper), + SimulateMsgBeginRedelegate(mapper, stakeKeeper), SimulateMsgCompleteRedelegate(stakeKeeper), }, []mock.RandSetup{ SimulationSetup(mapp, stakeKeeper),