mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-23 16:05:41 +00:00
BIPs 119, 330, 352: code typo and style fixups
Co-authored-by: Tomass <155266802+zeroprooff@users.noreply.github.com> Co-authored-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@ def deser_txid(txid: str):
|
||||
|
||||
def deser_compact_size(f: BytesIO):
|
||||
view = f.getbuffer()
|
||||
nbytes = view.nbytes;
|
||||
nbytes = view.nbytes
|
||||
view.release()
|
||||
if (nbytes == 0):
|
||||
return 0 # end of stream
|
||||
|
||||
Reference in New Issue
Block a user