Delegation bug fixed!

This commit is contained in:
Christopher Goes 2018-07-13 01:54:07 +02:00
parent 9bd09e651d
commit c272db06b8
1 changed files with 1 additions and 2 deletions

View File

@ -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),