Added config interface to allow users to specify channel limits 2018-10-169-redux
authorSchalk van Heerden <swvheerden@gmail.com>
Wed, 31 Oct 2018 18:51:39 +0000 (14:51 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 31 Oct 2018 19:45:30 +0000 (15:45 -0400)
commita0be4d1758811d0ee17e092cb8b5496f4baffbec
tree8a80573b21e668478550a78ca7eac135759ba75f
parent9189d0e61d53b5af257a199ad3373475bfbc86bd
Added config interface to allow users to specify channel limits
fuzz/fuzz_targets/full_stack_target.rs
src/ln/channel.rs
src/ln/channelmanager.rs
src/util/config.rs [new file with mode: 0644]
src/util/mod.rs