]> git.bitcoin.ninja Git - rust-lightning/commit
Drop Seek and SeekFrom usage.
authorArik Sosman <git@arik.io>
Thu, 15 Aug 2024 19:22:59 +0000 (12:22 -0700)
committerArik Sosman <git@arik.io>
Fri, 16 Aug 2024 16:23:09 +0000 (09:23 -0700)
commitfb818e09a09b477d30bbb3521f5fffbacc2d6caa
tree3afcf6221c1f69d47364c5df0ad7a3471a734c89
parentd1767cdedfa1cf124cb43abeb00c74e2b43afc8d
Drop Seek and SeekFrom usage.

In lieu of using `Seek` and `SeekFrom`, we will instead rely
exclusively on the `io::Cursor` type.
lightning/src/offers/invoice.rs
lightning/src/offers/invoice_request.rs
lightning/src/offers/parse.rs
lightning/src/offers/refund.rs
lightning/src/offers/static_invoice.rs
lightning/src/util/ser.rs
lightning/src/util/ser_macros.rs