Skip to content

Commit

Permalink
fix ut create seed expire
Browse files Browse the repository at this point in the history
  • Loading branch information
fyannch committed Jul 10, 2024
1 parent bd515b2 commit 5801f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ await TokenContractStub.Create.SendAsync(new CreateInput
});

var seedOwnedSymbol = "ELFS" + "-0";
var seedExpTime = "1720590467";
var seedExpTime = "1846825944";
await TokenContractStub.Create.SendAsync(new CreateInput
{
Symbol = "SEED-1",
Expand Down

0 comments on commit 5801f48

Please sign in to comment.