[agent/codex:gpt-5.4-mini] Read docs/RFC.md fully. Find ONE feature described in the sp... #75
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ type ActionRegistrar interface {
|
|||
|
||||
// ActionCaller resolves named actions from another Core surface.
|
||||
//
|
||||
// payload, ok, err := caller.CallAction(context.Background(), "blockchain.chain.aliases", nil)
|
||||
// aliases, ok, err := caller.CallAction(context.Background(), "blockchain.chain.aliases", map[string]any{})
|
||||
type ActionCaller interface {
|
||||
CallAction(ctx context.Context, name string, values map[string]any) (any, bool, error)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ type Service struct {
|
|||
// Records: map[string]dns.NameRecords{
|
||||
// "gateway.charon.lthn": {A: []string{"10.10.10.10"}},
|
||||
// },
|
||||
// RecordTTL: 15 * time.Second,
|
||||
// RecordTTL: 15 * time.Second,
|
||||
// HSDURL: "http://127.0.0.1:14037",
|
||||
// MainchainURL: "http://127.0.0.1:14037",
|
||||
// })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue