Skip to content

Commit 6c347a6

Browse files
committed
Add CT opcodes and rules - WIP
1 parent d9a8a2f commit 6c347a6

2 files changed

Lines changed: 274 additions & 267 deletions

File tree

blockchain/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const (
5555

5656
// MinTransactionSize is the minimum transaction size allowed on the
5757
// network after the magneticanomaly hardfork
58-
MinTransactionSize = 100
58+
MinTransactionSize = 65
5959

6060
// BlockMaxBytesMaxSigChecksRatio is the ratio between the maximum allowable
6161
// block size and the maximum allowable * SigChecks (executed signature check

0 commit comments

Comments
 (0)