mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 05:31:36 +00:00
7 lines
107 B
Go
7 lines
107 B
Go
|
package accounts
|
||
|
|
||
|
const (
|
||
|
// NodeConfigTag tag for a node configuration.
|
||
|
NodeConfigTag = "node-config"
|
||
|
)
|