Skip to content

Commit

Permalink
enable SMART, XBC
Browse files Browse the repository at this point in the history
  • Loading branch information
pbca26 committed Jan 2, 2019
1 parent 255e95d commit 04b06b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions routes/electrumjs/electrumServers.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ const _electrumServersExtend = {
uno: {
txfee: 10000,
},
smart: {
txfee: 10000,
},
rdd: {
txfee: 10000,
},
Expand Down Expand Up @@ -212,9 +209,6 @@ const _electrumServersExtend = {
brit: {
txfee: 10000,
},
xbc: {
txfee: 10000,
},
bela: {
txfee: 10000,
},
Expand Down
2 changes: 0 additions & 2 deletions routes/electrumjs/electrumServersConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const disableCoins = [
'xwc', // needs kv edit
'put', // needs kv edit
'ecn', // needs kv edit
'smart', // wrong address
'ac',
'btcp', // sort out kv
'blk',
Expand Down Expand Up @@ -66,7 +65,6 @@ const disableCoins = [
'insn',
'edrc',
'ccn',
'xbc',
'cmp',
];

Expand Down

0 comments on commit 04b06b4

Please sign in to comment.