Skip to content

Commit

Permalink
fix: fixed SetAutoRenewPeriod and SetExpirationTime to have the right…
Browse files Browse the repository at this point in the history
… time in token_create_transaction
  • Loading branch information
andrix10 authored and janaakhterov committed Dec 16, 2020
1 parent 508a6fb commit ccffa55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token_transfer_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func TestTokenTransferTransactionNotZeroSum_Execute(t *testing.T) {
resp, err = NewTokenCreateTransaction().
SetTokenName("ffff").
SetTokenSymbol("F").
SetNodeAccountIDs([]AccountID{resp.NodeID}).
SetDecimals(3).
SetInitialSupply(1000000).
SetTreasuryAccountID(client.GetOperatorAccountID()).
Expand Down

0 comments on commit ccffa55

Please sign in to comment.