diff --git a/rpctypes/types.go b/rpctypes/types.go index da2059f..1d9ed2a 100644 --- a/rpctypes/types.go +++ b/rpctypes/types.go @@ -118,8 +118,6 @@ type EthSendRawTransactionArgs hexutil.Bytes // eth_cancelBundle type EthCancelBundleArgs struct { - // @todo can builder accept camel case? - // this type seems incompatible between builder and other infra ReplacementUUID string `json:"replacementUuid"` SigningAddress *common.Address `json:"signingAddress"` }