Closed RCasatta closed 3 months ago
Following bitcoin versions change io with bitcoin_io, upgrading would then require changing also elements::Encodable to match.
io
bitcoin_io
Instead, we are re-implementing what is needed.
Makes #209 easier
I think this needs also to copy ReadExt and WriteExt from bitcoin...
ReadExt
WriteExt
Following bitcoin versions change
io
withbitcoin_io
, upgrading would then require changing also elements::Encodable to match.Instead, we are re-implementing what is needed.
Makes #209 easier