mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 04:57:17 +00:00
00415eee76
* Fixes issue #1139 - crash when running chaindata mode * Cleaning up error messages as per feedback
8 lines
308 B
Go
8 lines
308 B
Go
package commands
|
|
|
|
// NotImplemented is the URI prefix for smartcard wallets.
|
|
const NotImplemented = "the function %s is currently not implemented"
|
|
|
|
// NotAvailableChainData x
|
|
const NotAvailableChainData = "the function %s is not available, please use --private.api.addr option instead of --chaindata option"
|