Skip to content

Commit 0f370eb

Browse files
committed
expose uint256_to_str
1 parent a782b77 commit 0f370eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitcoin/core/serialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,5 +371,6 @@ def uint256_to_shortstr(u):
371371
'uint256_from_str',
372372
'uint256_from_compact',
373373
'compact_from_uint256',
374+
'uint256_to_str',
374375
'uint256_to_shortstr',
375376
)

0 commit comments

Comments
 (0)