Skip to content

Commit

Permalink
Remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed May 23, 2023
1 parent 5df12f6 commit 1ed3448
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions consensus/polybft/state_sync_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ import (
"google.golang.org/protobuf/proto"
)

const (
// minimum number of stateSyncEvents that a commitment can have
// (minimum number is 2 because smart contract expects that the merkle tree has at least two leaves)
minCommitmentSize = 2
)

type StateSyncProof struct {
Proof []types.Hash
StateSync *contractsapi.StateSyncedEvent
Expand Down

0 comments on commit 1ed3448

Please sign in to comment.