Updated the method for processing compact bytes
The updates were made to the process_compact_bytes method in the types.py file. The changes revolve around how we calculate compact_length and how we return the final value. These modifications improve the efficiency of this method, making the computation faster. This change provides a smoother, quicker experience for our users.
PR Summary
process_compact_bytes
method in thetypes.py
file. The changes revolve around how we calculatecompact_length
and how we return the final value. These modifications improve the efficiency of this method, making the computation faster. This change provides a smoother, quicker experience for our users.