mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-26 05:27:19 +00:00
362e9a1773
* Remove unused files * Updating testing definition * Updating auto-generated docs * Update go code to make agree with silkrpc testing
11 lines
404 B
Go
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"
|