mirror of
https://github.com/status-im/status-go.git
synced 2025-02-08 04:43:52 +00:00
7 lines
107 B
Go
7 lines
107 B
Go
|
package accounts
|
||
|
|
||
|
const (
|
||
|
// NodeConfigTag tag for a node configuration.
|
||
|
NodeConfigTag = "node-config"
|
||
|
)
|