7 lines
101 B
Go
7 lines
101 B
Go
package app
|
|
|
|
var (
|
|
RuntimeIdentity = []byte("runtime")
|
|
ConsensusIdentity = []byte("consensus")
|
|
)
|