While reviewing #435 I missed that we added a concrete rust-bitcoin type in the version specific struct GetOrphanTxs. It should have been a list of strings with an into_model function converting to a type from model that has the list of Txids.
In v30 and v29. Found incidentally while I was grepping for Vec<Txid>.
While reviewing #435 I missed that we added a concrete
rust-bitcointype in the version specific structGetOrphanTxs. It should have been a list of strings with aninto_modelfunction converting to a type frommodelthat has the list ofTxids.In
v30andv29. Found incidentally while I was grepping forVec<Txid>.