Add a bounds check before accessing a user-provided PK string
[ldk-sample] / README.md
index 5b42054f191c5d9083d6c961ee13dfd153e00edd..d409800581ea0155a5a937dc4e6ddb1c5063276f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Sample node implementation using LDK.
 
 ## Installation
 ```
-git clone git@github.com:lightningdevkit/ldk-sample.git
+git clone https://github.com/lightningdevkit/ldk-sample
 ```
 
 ## Usage
@@ -13,7 +13,7 @@ cargo run <bitcoind-rpc-username>:<bitcoind-rpc-password>@<bitcoind-rpc-host>:<b
 ```
 `bitcoind`'s RPC username and password likely can be found through `cat ~/.bitcoin/.cookie`.
 
-`bitcoin-network`: defaults to `testnet`. Options: `testnet`, `regtest`.
+`bitcoin-network`: defaults to `testnet`. Options: `testnet`, `regtest`, and `signet`.
 
 `ldk-peer-listening-port`: defaults to 9735.