Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
algoidan committed Nov 6, 2022
1 parent 3d1c510 commit 03af600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ type ConsensusParams struct {
// has fewer than RewardUnit algos.
UnfundedSenders bool

// StateProofUseTrackerVerification specifies whether the node will use the state proof verification tracker.
// StateProofUseTrackerVerification specifies whether the node will use data from state proof verification tracker
// in order to verify state proofs.
StateProofUseTrackerVerification bool
}

Expand Down
2 changes: 1 addition & 1 deletion stateproof/verify/stateproof.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ package verify
import (
"errors"
"fmt"
"github.com/algorand/go-algorand/ledger/ledgercore"

"github.com/algorand/go-algorand/config"
"github.com/algorand/go-algorand/crypto/stateproof"
"github.com/algorand/go-algorand/data/basics"
"github.com/algorand/go-algorand/data/bookkeeping"
"github.com/algorand/go-algorand/data/stateproofmsg"
"github.com/algorand/go-algorand/ledger/ledgercore"
"github.com/algorand/go-algorand/logging"
"github.com/algorand/go-algorand/protocol"
)
Expand Down

0 comments on commit 03af600

Please sign in to comment.