erigon-pulse/cmd/rpcdaemon/commands/error_messages.go

11 lines
406 B
Go
Raw Normal View History

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"
// NotAvailableDeprecated x
const NotAvailableDeprecated = "the function %s has been deprecated"