Skip to content

Commit

Permalink
Update GasContractTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TeknoPT committed Oct 10, 2023
1 parent ed4d88a commit d8b0540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void TestInflation()
phantomOrg.Address, simulator.CurrentTime);
// Initial Supply - 171462300000000
var tokenSupplySOUL = simulator.Nexus.RootChain.GetTokenSupply(simulator.Nexus.RootStorage, "SOUL");
Assert.Equal(171462300000000, tokenSupplySOUL);
Assert.Equal(1171462300000000, tokenSupplySOUL);
var InflationPerYear = 133;

var currentSupply = tokenSupplySOUL;
Expand Down

0 comments on commit d8b0540

Please sign in to comment.