We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df195d commit 1ccb2d7Copy full SHA for 1ccb2d7
packages/neuron-wallet/src/services/node.ts
@@ -148,7 +148,7 @@ class NodeService {
148
await (redistReady ? this.#startNodeSubject.next() : this.showGuideDialog())
149
await startMonitor()
150
} else {
151
- logger.info('CKB:\texternal RPC on default uri detected, skip starting bundled CKB node.')
+ logger.info('CKB:\tThe internal node is not selected so starting the bundled CKB node is skipped')
152
}
153
this.start()
154
0 commit comments