Skip to content

Commit

Permalink
bump: Bump lib9c which fixes the guild moving bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Jan 8, 2025
1 parent 105495b commit 94f80a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NineChronicles.Headless/GraphTypes/StateQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ public StateQuery()
var validatorAddress = address;
var validatorRepository = new ValidatorRepository(
new World(context.Source.WorldState), new HallowActionContext { });
if (validatorRepository.TryGetValidatorDelegatee(validatorAddress, out var validatorDelegatee))
if (validatorRepository.TryGetDelegatee(validatorAddress, out var validatorDelegatee))
{
var bond = validatorRepository.GetBond(validatorDelegatee, address);
var totalDelegated = validatorDelegatee.Metadata.TotalDelegatedFAV;
Expand Down

0 comments on commit 94f80a1

Please sign in to comment.