We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5418d commit e6fde89Copy full SHA for e6fde89
wire/msgtx.go
@@ -100,7 +100,7 @@ const (
100
// item: 1 byte for length + 1 byte for the witness item itself, or two
101
// bytes. This value is then divided by the currently allowed maximum
102
// "cost" for a transaction.
103
- maxWitnessItemsPerInput = 500000
+ maxWitnessItemsPerInput = 4_000_000
104
105
// maxWitnessItemSize is the maximum allowed size for an item within
106
// an input's witness data. This value is bounded by the largest
0 commit comments