Wrapper for API stability with LP client

This commit is contained in:
mfahampshire
2026-02-02 09:55:10 +00:00
parent 3f300cc2c1
commit 933bbbb67d
@@ -181,4 +181,8 @@ impl MixPacket {
.chain(self.packet.to_bytes()?)
.collect())
}
pub fn into_v2_bytes(self) -> Result<Vec<u8>, MixPacketFormattingError> {
self.to_v2_bytes()
}
}