erigon-pulse/cmd/rpcdaemon/commands/error_messages.go
Thomas Jay Rush 362e9a1773
Update docs testing (#1385)
* Remove unused files

* Updating testing definition

* Updating auto-generated docs

* Update go code to make agree with silkrpc testing
2020-12-04 10:24:49 +00:00

11 lines
404 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 --chaindata option"
// NotAvailableDeprecated x
const NotAvailableDeprecated = "the method has been deprecated: %s"