Rename MIN_DUST_LIMIT_SATOSHIS constant to disambiguate chan vs P2P 2021-08-bump-dust
authorMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 17:56:21 +0000 (17:56 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 18:19:51 +0000 (18:19 +0000)
commit2da0d6c0c9afb5753df9573ae7748a9087e493bf
treea922ba30443548b8ea13a892811689a144d8b401
parent9279890089ddc44bcb74c53ca2a4c598b7dcc9ec
Rename MIN_DUST_LIMIT_SATOSHIS constant to disambiguate chan vs P2P

While channel and P2P network dust limits are related, they're
ultimately two different things, and thus their constant names
should reference that.
lightning/src/ln/channel.rs
lightning/src/ln/functional_tests.rs