Skip to content

Commit 4647da7

Browse files
authored
Merge pull request #9 from tryiou/Unobtanium-UNO
add Unobtanium, "UNO" to allowed
2 parents e4542d3 + 9552e22 commit 4647da7

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"]
35+
allowed = ["BLOCK", "BTC", "BCH", "LTC", "DASH", "DOGE", "DGB", "PIVX", "RVN", "SYS", "TZC", "XSN", "UNO"]
3636
hashx_cache = {}
3737
# try:
3838
# config.load_incluster_config()

0 commit comments

Comments
 (0)