]> git.bitcoin.ninja Git - rust-lightning/commit
Drop `Debug` on `InMemorySigner` (and `EntropySource`)
authorMatt Corallo <git@bluematt.me>
Wed, 11 Sep 2024 20:00:26 +0000 (20:00 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 11 Sep 2024 20:01:43 +0000 (20:01 +0000)
commit758747ac9f1a19ea22858be714c3f6e5b9658912
tree166403a547746c6500d6843d4e2ed0fe52d77268
parentd35239ca6216c69a58222dea38fa1cfdb8388a8a
Drop `Debug` on `InMemorySigner` (and `EntropySource`)

`InMemorySigner` has various private keys in it which makes
`Debug` either useless or dangerous (because most keys won't log
anything, but if they did we'd risk logging private key material).
lightning/src/sign/mod.rs