Skip to content

Commit

Permalink
update maxTxs to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
divyakoshy committed Jul 10, 2019
1 parent 1a2ef31 commit b3cee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// MaxTransactions defines the maximum number of transactions allowed in a block.
const MaxTransactions = 8
const MaxTransactions = 1

// The Round in which a `Block` was proposed.
type Round int64
Expand Down

0 comments on commit b3cee2e

Please sign in to comment.