There was an error while loading. Please reload this page.
1 parent 863a2e3 commit 3a18474Copy full SHA for 3a18474
1 file changed
sdk/topic_update_transaction_e2e_test.go
@@ -50,7 +50,6 @@ func TestIntegrationTopicUpdateTransactionCanExecute(t *testing.T) {
50
51
resp, err = NewTopicUpdateTransaction().
52
SetTopicID(topicID).
53
- SetAdminKey(env.Client.GetOperatorPublicKey()).
54
SetNodeAccountIDs([]AccountID{resp.NodeID}).
55
SetTopicMemo(newTopicMemo).
56
Execute(env.Client)
0 commit comments