Skip to content

Commit

Permalink
feat: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Dec 17, 2024
1 parent b60dbba commit adccfaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/taiko-client/bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ var (
stringType, _ = abi.NewType("string", "TAIKO_DIFFICULTY", nil)
uint64Type, _ = abi.NewType("uint64", "local.b.numBlocks", nil)
difficultyCalculationInputArgs = abi.Arguments{{Type: stringType}, {Type: uint64Type}}
proveBlocksInputArgs = abi.Arguments{
proveBlocksInputArgs = abi.Arguments{
{Name: "TaikoData.BlockMetadata", Type: blockMetadataV2ComponentsType},
{Name: "TaikoData.Transition", Type: transitionComponentsType},
}
Expand Down Expand Up @@ -481,7 +481,6 @@ func EncodeProveBlocksBatchProof(
return input, nil
}


// UnpackTxListBytes unpacks the input data of a TaikoL1.proposeBlock transaction, and returns the txList bytes.
func UnpackTxListBytes(txData []byte) ([]byte, error) {
method, err := TaikoL1ABI.MethodById(txData)
Expand Down

0 comments on commit adccfaf

Please sign in to comment.