Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OnedgeLee committed Jan 9, 2025
1 parent 266bf50 commit 73a40b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NineChronicles.Headless/GraphTypes/States/StakeStateType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public StakeStateType()
description: "The block index the user received rewards.",
resolve: context => context.Source.StakeState.ReceivedBlockIndex);
Field<NonNullGraphType<LongGraphType>>(
"cancellableBlockIndex",
description: "The block index the user can cancel the staking.",
resolve: context => context.Source.StakeState.CancellableBlockIndex);
"unstakableBlockIndex",
description: "The block index the user can unstake.",
resolve: context => context.Source.StakeState.UnstakableBlockIndex);
Field<NonNullGraphType<LongGraphType>>(
"claimableBlockIndex",
description: "The block index the user can claim rewards.",
Expand Down

0 comments on commit 73a40b0

Please sign in to comment.