diff --git a/open-channel.c b/open-channel.c index c24b3989f..b53f5f8d9 100644 --- a/open-channel.c +++ b/open-channel.c @@ -117,6 +117,9 @@ int main(int argc, char *argv[]) opt_register_arg("--anchor-fee=", opt_set_bits, opt_show_bits, &anchor.fee, "100's of satoshi to pay for anchor"); + opt_register_arg("--commitment-fee=", + opt_set_bits, opt_show_bits, &commit_tx_fee, + "100's of satoshi to pay for commitment"); opt_register_arg("--locktime=", opt_set_uintval, opt_show_uintval, &locktime_seconds, "Seconds to lock out our transaction redemption");