We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8fd53 commit 0b30f3bCopy full SHA for 0b30f3b
runtime/src/precompiles/staking.rs
@@ -59,7 +59,7 @@ impl StakingPrecompile {
59
id if id == get_method_id("removeStake(bytes32,uint256,uint16)") => {
60
Self::remove_stake(handle, &method_input)
61
}
62
- id if id == get_method_id("getStake(bytes32,bytes32)") => {
+ id if id == get_method_id("getStake(bytes32,bytes32,uint16)") => {
63
Self::get_stake(&method_input)
64
65
_ => Err(PrecompileFailure::Error {
0 commit comments