Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluca committed Aug 7, 2023
1 parent 458c103 commit 19d0b6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/ordering/cosipbft/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ import (

const privateKeyFile = "private.key"

// valueAccessKey is the access key used for the value contract.
var valueAccessKey = [28]byte{2}

func blsSigner() encoding.BinaryMarshaler {
return bls.NewSigner()
}
Expand Down

0 comments on commit 19d0b6a

Please sign in to comment.