diff --git a/src/rpc/README.md b/src/rpc/README.md index 9f140e95d..9ff443c12 100644 --- a/src/rpc/README.md +++ b/src/rpc/README.md @@ -148,7 +148,7 @@ Attempts to open a channel with a peer. * `peer_id` - PeerId, The peer ID to open a channel with. * `funding_amount` - u128, The amount of CKB or UDT to fund the channel with. -* `public` - `Option`, Whether this is a public channel (will be broadcasted to network, and can be used to forward TLCs), an optional parameter (default value false). +* `public` - `Option`, Whether this is a public channel (will be broadcasted to network, and can be used to forward TLCs), an optional parameter, default value is true. * `funding_udt_type_script` - `Option