Skip to content

Commit 07abc8c

Browse files
committed
Renamed ELECTRUMX_API_KEY to ELECTRUM_API_KEY
Not all Electrum servers will be ElectrumX. Renaming for clarity.
1 parent 95572fc commit 07abc8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const ELECTRUMX_API_KEY = process.env.ELECTRUMX_API_KEY
1+
const ELECTRUM_API_KEY = process.env.ELECTRUM_API_KEY
22

33
const servers = [
44
{
@@ -23,7 +23,7 @@ const servers = [
2323
protocol: 'wss',
2424
port: 443,
2525
host: 'electrum.mainnet.boar.network',
26-
path: `/${ELECTRUMX_API_KEY}`,
26+
path: `/${ELECTRUM_API_KEY}`,
2727
},
2828
]
2929

0 commit comments

Comments
 (0)