We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a5bc commit d3a662eCopy full SHA for d3a662e
evm-tests/test/staking.precompile.reward.test.ts
@@ -74,7 +74,7 @@ describe("Test neuron precompile reward", () => {
74
75
let index = 0;
76
while (index < 60) {
77
- const pending = await api.query.SubtensorModule.ValidatorEmission.getValue(netuid);
+ const pending = await api.query.SubtensorModule.PendingValidatorEmission.getValue(netuid);
78
if (pending > 0) {
79
console.log("pending amount is ", pending);
80
break;
0 commit comments