Skip to content

Commit

Permalink
Remove defaulting to 8093 for the deposit wallet data service port
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Sep 27, 2024
1 parent e1a9e3e commit 18a68f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/exe/lib/Cardano/Wallet/Application/CLI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 18a68f8

Please sign in to comment.