Mark `SpendableOutputDescriptor::to_psbt_input` as no-export
authorMatt Corallo <git@bluematt.me>
Sun, 24 Sep 2023 23:41:10 +0000 (23:41 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 1 Oct 2023 00:05:01 +0000 (00:05 +0000)
commit09cd4ed9760654ded3e6920b99606ccec026e8f6
treed98fe0eea3f6c86740e818f5f4457c2fb77d9f82
parent9c78d8e90ef105b8708574fff38550aeeaee0232
Mark `SpendableOutputDescriptor::to_psbt_input` as no-export

Its honestly likely not all that useful as its not materially
interoperable with other PSBT libraries. Instead, users should
simply fetch the full PSBT and use the inputs from it as they see
fit.
lightning/src/sign/mod.rs