mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 03:28:59 -07:00
Changed chain_id to chainid
This commit is contained in:
parent
52f8d521cd
commit
8515707300
3 changed files with 5 additions and 5 deletions
|
@ -119,13 +119,13 @@ type WorkerDetails struct {
|
|||
}
|
||||
|
||||
type BlockChainDB struct {
|
||||
DBName string `hcl:"chain_id,optional"`
|
||||
DBName string `hcl:"chainid,optional"`
|
||||
Agents []*AgentDetails `hcl:"agent,block"`
|
||||
}
|
||||
type AgentDetails struct {
|
||||
ScriptCode []byte
|
||||
Hints []*string
|
||||
Client string `hcl:"client"`
|
||||
Shasum string `hcl:"shasum"`
|
||||
Status string `hcl:"status"`
|
||||
ScriptCode []byte
|
||||
Hints []*string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue