Skip to content

Commit 2ea7727

Browse files
Merge pull request #87 from steemit/2017-10-26-testnet-prefix
Use correct testnet address prefix
2 parents 806e759 + 20d77f7 commit 2ea7727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steembase/base58.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
known_prefixes = [
1515
PREFIX,
16-
"TEST",
16+
"TST",
1717
]
1818

1919

0 commit comments

Comments
 (0)