Skip to content

Commit

Permalink
Merge pull request #8 from IdrisHanafi/lint/clean-logs
Browse files Browse the repository at this point in the history
Lint: Minor cleanups
  • Loading branch information
christophercampbell authored Aug 14, 2023
2 parents afdd6b7 + 00552f7 commit de5a36d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sequence/sequence.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/0xPolygon/supernets2-data-availability/batch"
"github.com/0xPolygon/supernets2-data-availability/offchaindata"
"github.com/0xPolygon/supernets2-node/jsonrpc/types"
"github.com/0xPolygon/supernets2-node/log"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
solsha3 "github.com/miguelmota/go-solidity-sha3"
Expand Down Expand Up @@ -74,7 +73,6 @@ func (s *Sequence) Sign(privateKey *ecdsa.PrivateKey) (*SignedSequence, error) {
vByte = 0
}
}
log.Warn("+27")
vByte += 27

actualSignature := []byte{}
Expand Down

0 comments on commit de5a36d

Please sign in to comment.