Fix buffer bug in encoding::decode_from_read_unbuffered_with
This commit fixes a bug where a Bitcoin data decoder could silently ignore parts of incoming data. The decoder only processed each chunk of data once, but some decoders don't finish a chunk in one go. Leftover bytes were effectively droppe…
3ddab5d8by Mitchell Bagot+5−61 file