From ec55bf3b3fe5b9e1fafa62979f3dbfe3eea659d7 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sat, 7 Jul 2018 18:39:25 -0700 Subject: [PATCH] README.md: 18332 is default bitcoind rpc port for testnet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f31e9e0..11743f444 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ It has the following environment variable: * `EXPOSE_TCP` default to false, if true, use expose c-lightning RPC on port 9835. (Use this only for testing) -Here is an example of a docker-compose file with bitcoind and c-lightning on `testnet` which expose litecoin's rpc interface on default ports `18332` and c-lightning API on port `9735`: +Here is an example of a docker-compose file with bitcoind and c-lightning on `testnet` which expose bitcoind's rpc interface on default ports `18332` and c-lightning API on port `9735`: ``` version: "3"