Skip to content

Commit

Permalink
Changed port 1338 to 1337 to match later requests
Browse files Browse the repository at this point in the history
You got an error: "curl: (52) Empty reply from server" if you follow the tutorial completely.
  • Loading branch information
hrvojecukman committed Jul 23, 2021
1 parent 020d351 commit 7fb1aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrate-cardano/creating-wallet-faucet.md
Expand Up @@ -511,7 +511,7 @@ We will be focusing on the [REST API](https://en.wikipedia.org/wiki/Representati

```bash
cardano-wallet serve \
--port 1338 \
--port 1337 \
--testnet /home/user/cardano/testnet-byron-genesis.json \
--database /home/user/cardano/wallets/db \
--node-socket $CARDANO_NODE_SOCKET_PATH
Expand Down

0 comments on commit 7fb1aa2

Please sign in to comment.