Skip to content

Commit

Permalink
chore: fix function name (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: friendlyping <friendlyping@icloud.com>
  • Loading branch information
friendlyping authored Aug 29, 2024
1 parent 4413bee commit 49420df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relays/beefy/ethereum-writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (wr *EthereumWriter) doSubmitInitial(ctx context.Context, task *Request) (*
return tx, initialBitfield, nil
}

// doFinalSubmit sends a SubmitFinal tx to the BeefyClient contract
// doSubmitFinal sends a SubmitFinal tx to the BeefyClient contract
func (wr *EthereumWriter) doSubmitFinal(ctx context.Context, commitmentHash [32]byte, initialBitfield []*big.Int, task *Request) (*types.Transaction, error) {
finalBitfield, err := wr.contract.CreateFinalBitfield(
&bind.CallOpts{
Expand Down

0 comments on commit 49420df

Please sign in to comment.