Skip to content

Commit 5f2cd00

Browse files
authored
Update plugin-adapter.py
add PKOIN to allowed list
1 parent 4647da7 commit 5f2cd00

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)