Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Raise transaction pool max transaction size to 32kb
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vorick committed Oct 24, 2016
1 parent 843d11a commit 616af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/transactionpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
// TransactionSizeLimit defines the size of the largest transaction that
// will be accepted by the transaction pool according to the IsStandard
// rules.
TransactionSizeLimit = 16e3
TransactionSizeLimit = 32e3

// TransactionSetSizeLimit defines the largest set of dependent unconfirmed
// transactions that will be accepted by the transaction pool.
Expand Down

0 comments on commit 616af03

Please sign in to comment.