There was an error while loading. Please reload this page.
1 parent 8c837ee commit 15aad6eCopy full SHA for 15aad6e
1 file changed
tck/methods/topic.go
@@ -23,7 +23,7 @@ func (t *TopicService) SetSdkService(service *SDKService) {
23
24
// CreateTopic jRPC method for createTopic
25
func (t *TopicService) CreateTopic(_ context.Context, params param.CreateTopicParams) (*response.TopicResponse, error) {
26
- transaction := hiero.NewTopicCreateTransaction().SetGrpcDeadline(&threeSecondsDuration)
+ transaction := hiero.NewTopicCreateTransaction().SetGrpcDeadline(&threeSecondsDuration).SetMaxTransactionFee(hiero.NewHbar(50))
27
28
if params.Memo != nil {
29
transaction.SetTopicMemo(*params.Memo)
0 commit comments