karask / python-bitcoin-utils

Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
MIT License
262 stars 99 forks source link

TODO : Varint to compact_size #74

Closed guptamukund22 closed 2 months ago

guptamukund22 commented 2 months ago

Changes made to transactions.py and utils.py . varint is now compact_size .

karask commented 2 months ago

Hi @guptamukund22

the replacement should be between varint and compact_size

So prepend_varint should become prepend_compact_size

guptamukund22 commented 2 months ago

@karask I have made the appropriate changes, have a look please.