Skip to content

Commit fd1ebaa

Browse files
chore: change txMiningUrl to null in the config template (#145)
1 parent 6c62542 commit fd1ebaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.js.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module.exports = {
1212

1313
// Tx Mining Service
1414
// This is optional. If you do not set, the hathor-wallet-lib's default will be used.
15-
txMiningUrl: 'https://txmining.mainnet.hathor.network/',
15+
// Use it only if you want to use your own tx mining service, e.g. 'https://mytxmining.domain/'
16+
txMiningUrl: null,
1617

1718
// Wallet seeds
1819
seeds: {

0 commit comments

Comments
 (0)