Skip to content

Commit

Permalink
Merge pull request #954 from HorizenOfficial/st/SDK_1603
Browse files Browse the repository at this point in the history
Added test on OpenForgerListCmd signature
  • Loading branch information
paolocappelletti authored Nov 9, 2023
2 parents 2199d4a + e045bb4 commit e72528a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ class ForgerStakeMsgProcessorTest
assertEquals("Wrong MethodId for GetListOfForgersCmd", "f6ad3c23", ForgerStakeMsgProcessor.GetListOfForgersCmd)
assertEquals("Wrong MethodId for AddNewStakeCmd", "5ca748ff", ForgerStakeMsgProcessor.AddNewStakeCmd)
assertEquals("Wrong MethodId for RemoveStakeCmd", "f7419d79", ForgerStakeMsgProcessor.RemoveStakeCmd)
//TODO OpenStakeForgerListCmd signature is wrong, it misses a closing parenthesis. Fixing it requires an hard fork so
// for the moment we stick with the wrong one.
assertEquals("Wrong MethodId for OpenStakeForgerListCmd", "b05bf06c", ForgerStakeMsgProcessor.OpenStakeForgerListCmd)
}

@Test
Expand Down

0 comments on commit e72528a

Please sign in to comment.