mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-27 05:57:28 +00:00
1bd46089e9
* Starting process of rearranging RPC code * First version of automated testing * Putting RPC docs in their own folder * Fixing build * Making varible names more consistent * Adding deprecated RPC commands for db_ * Adding deprecated RPC commands for shh_ * Adding deprecated RPC commands for eth_
11 lines
406 B
Go
11 lines
406 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"
|
|
|
|
// NotAvailableDeprecated x
|
|
const NotAvailableDeprecated = "the function %s has been deprecated"
|