Skip to content

Commit d3a662e

Browse files
committed
fix evm test
1 parent a90a5bc commit d3a662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm-tests/test/staking.precompile.reward.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("Test neuron precompile reward", () => {
7474

7575
let index = 0;
7676
while (index < 60) {
77-
const pending = await api.query.SubtensorModule.ValidatorEmission.getValue(netuid);
77+
const pending = await api.query.SubtensorModule.PendingValidatorEmission.getValue(netuid);
7878
if (pending > 0) {
7979
console.log("pending amount is ", pending);
8080
break;

0 commit comments

Comments
 (0)