We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a8a2f commit 6c347a6Copy full SHA for 6c347a6
2 files changed
blockchain/validate.go
@@ -55,7 +55,7 @@ const (
55
56
// MinTransactionSize is the minimum transaction size allowed on the
57
// network after the magneticanomaly hardfork
58
- MinTransactionSize = 100
+ MinTransactionSize = 65
59
60
// BlockMaxBytesMaxSigChecksRatio is the ratio between the maximum allowable
61
// block size and the maximum allowable * SigChecks (executed signature check
0 commit comments