Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
changes spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Apr 15, 2024
1 parent a7b40d0 commit 1ad227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/contracts/preconf/preconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func (p *preconfContract) OpenCommitment(
sharedSecretKey []byte,
) (common.Hash, error) {
bidAmt, _ := new(big.Int).SetString(bid, 10)

var eciBytes [32]byte

copy(eciBytes[:], encryptedCommitmentIndex)

callData, err := p.preconfABI.Pack(
Expand Down

0 comments on commit 1ad227a

Please sign in to comment.