diff --git a/config.go b/config.go index 33cad53..8640064 100644 --- a/config.go +++ b/config.go @@ -21,9 +21,6 @@ const ( // routeSubmitTx is the route for submit a transaction routeSubmitTx = "/mapi/tx" - - // routeSubmitTxs is the route for submitting transactions - routeSubmitTxs = "/mapi/txs" ) const (