mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 12:01:20 +00:00
11 lines
402 B
Go
11 lines
402 B
Go
|
package commands
|
||
|
|
||
|
// NotImplemented is the URI prefix for smartcard wallets.
|
||
|
const NotImplemented = "the method is currently not implemented: %s"
|
||
|
|
||
|
// NotAvailableChainData x
|
||
|
const NotAvailableChainData = "the function %s is not available, please use --private.api.addr option instead of --datadir option"
|
||
|
|
||
|
// NotAvailableDeprecated x
|
||
|
const NotAvailableDeprecated = "the method has been deprecated: %s"
|