diff --git a/lib/exe/lib/Cardano/Wallet/Application/CLI.hs b/lib/exe/lib/Cardano/Wallet/Application/CLI.hs index fa62989eb3f..53e7b68c8fd 100644 --- a/lib/exe/lib/Cardano/Wallet/Application/CLI.hs +++ b/lib/exe/lib/Cardano/Wallet/Application/CLI.hs @@ -1533,7 +1533,6 @@ depositPortOption = optionT $ mempty <> long "deposit-port" <> metavar "INT" <> help "port used for serving the deposit wallet JSON API." - <> value (Port 8_093) <> showDefaultWith showT -- | [--shutdown-handler]