Skip to content

Commit

Permalink
Merge pull request #105 from planetarium/release/9
Browse files Browse the repository at this point in the history
Deploy ver.9 (v200170)
  • Loading branch information
U-lis authored Apr 29, 2024
2 parents dbfc391 + 29bc2c2 commit 4da8c35
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 265 files

0 comments on commit 4da8c35

Please sign in to comment.