Skip to content

Go Quorum private transaction is running out of space. How should we handle this problem? #1569

Answered by antonydenyer
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

You can increase the transaction size limit using a transition in the genesis config it can be between 32 and 128.

{
  "config": {
    ...
    "transitions": [{
      "block": <FutureBlockNumber>,
      "transactionSizeLimit": <NewValue>
    }]
  },
  ...
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by antonydenyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1558 on November 25, 2022 14:50.