Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/functional/test_framework/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def keyhash_to_p2pkh(hash, main=False, isCold=False):
if isCold:
version = COLD_ADD_VERSION if main else TNET_COLD_ADD_VERSION
else:
version = PK_ADD_VERSION if main else COLD_ADD_VERSION
version = PK_ADD_VERSION if main else TNET_PK_ADD_VERSION
return byte_to_base58(hash, version)

def scripthash_to_p2sh(hash, main = False):
Expand Down