Skip to content

Commit 1f9b0fd

Browse files
committed
test: immutable topics
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
1 parent 84fc3cf commit 1f9b0fd

2 files changed

Lines changed: 559 additions & 2 deletions

File tree

sdk/topic_update_transaction.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ func NewTopicUpdateTransaction() *TopicUpdateTransaction {
3232
tx := &TopicUpdateTransaction{}
3333
tx.Transaction = _NewTransaction(tx)
3434

35-
tx.SetAutoRenewPeriod(7890000 * time.Second)
36-
3735
return tx
3836
}
3937

0 commit comments

Comments
 (0)