Skip to content

Commit

Permalink
fix: change max chunsk from 4 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
janaakhterov committed May 6, 2021
1 parent a37ea37 commit 0989351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/consensus_pub_sub_chunked/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {
_, err = hedera.NewTopicMessageSubmitTransaction().
SetNodeAccountIDs([]hedera.AccountID{transactionResponse.NodeID}).
SetMessage([]byte(bigContents)).
SetMaxChunks(4).
SetMaxChunks(15).
SetTopicID(topicID).
Execute(client)
if err != nil {
Expand Down

0 comments on commit 0989351

Please sign in to comment.