Skip to content

Commit

Permalink
Bump lib9c 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Apr 23, 2024
1 parent dbfc391 commit 4921c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MarketService.Tests/MockWorldState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public MockWorldState(
public ITrie Trie { get; }

public bool Legacy { get; private set; }
public int Version { get; }

public IAccountState GetAccountState(Address address) => GetMockAccountState(address);

Expand Down Expand Up @@ -159,4 +160,4 @@ public MockWorldState SetValidator(Validator validator)
ReservedAddresses.LegacyAccount,
GetMockAccountState(ReservedAddresses.LegacyAccount)
.SetValidator(validator));
}
}
2 changes: 1 addition & 1 deletion lib9c
Submodule lib9c updated 263 files

0 comments on commit 4921c4b

Please sign in to comment.