There was an error while loading. Please reload this page.
1 parent 84fc3cf commit 1f9b0fdCopy full SHA for 1f9b0fd
2 files changed
sdk/topic_update_transaction.go
@@ -32,8 +32,6 @@ func NewTopicUpdateTransaction() *TopicUpdateTransaction {
32
tx := &TopicUpdateTransaction{}
33
tx.Transaction = _NewTransaction(tx)
34
35
- tx.SetAutoRenewPeriod(7890000 * time.Second)
36
-
37
return tx
38
}
39
0 commit comments