Drop unnecessary crate:: prefix when accessing `bitcoin` in macro
authorMatt Corallo <git@bluematt.me>
Sat, 23 Sep 2023 23:34:33 +0000 (23:34 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 1 Oct 2023 00:05:01 +0000 (00:05 +0000)
commit9c78d8e90ef105b8708574fff38550aeeaee0232
treed3851f78e2e426735c4a3678cd5954d241b48ef4
parent095fca9293536e97538b5c157452f7453b9fcc9c
Drop unnecessary crate:: prefix when accessing `bitcoin` in macro

Unexported macros don't need to use the `$crate` prefix.
lightning/src/offers/offer.rs