Drop redundant generic parameter bounds on ChainMonitor trait impls 2021-04-invoice-bindings
authorMatt Corallo <git@bluematt.me>
Thu, 29 Apr 2021 16:46:20 +0000 (16:46 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 29 Apr 2021 18:36:51 +0000 (18:36 +0000)
commitc9afea2d16f6cf57c60e85ee7b766f2b2e78bfc7
tree1bbbd571023618713bb38e3ccad79144ac54b677
parent2484c1afc284f1f5f296489fbd0e59f0813f176d
Drop redundant generic parameter bounds on ChainMonitor trait impls

The ChannelSigner bounds are specified both in `impl<>` and in the
`where` clause, which the C bindings generator doesn't like. There
is no reason to have them specified twice.
lightning/src/chain/chainmonitor.rs