Increase hard-coded vote extension max size to 1MB

Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Thane Thomson
2022-05-09 07:02:13 -04:00
parent 2cbaa35c89
commit 8922ae417a

View File

@@ -16,7 +16,7 @@ const (
nilVoteStr string = "nil-Vote"
// The maximum supported number of bytes in a vote extension.
MaxVoteExtensionSize int = 1024
MaxVoteExtensionSize int = 1024 * 1024
)
var (