Skip to content

Commit ca5219e

Browse files
authored
Merge pull request #11 from blocknetdx/tryiou-patch-add-PKOIN
add PKOIN to allowed list
2 parents 4647da7 + 5f2cd00 commit ca5219e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin-adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# namespace = 'cc-backend'
3333

3434
coins = {}
35-
allowed = ["BLOCK", "BTC", "BCH", "LTC", "DASH", "DOGE", "DGB", "PIVX", "RVN", "SYS", "TZC", "XSN", "UNO"]
35+
allowed = ["BLOCK", "BTC", "BCH", "LTC", "DASH", "DOGE", "DGB", "PIVX", "RVN", "SYS", "TZC", "XSN", "UNO", "PKOIN"]
3636
hashx_cache = {}
3737
# try:
3838
# config.load_incluster_config()

0 commit comments

Comments
 (0)