renamed api config

This commit is contained in:
Andrew Jackson (Ajax)
2023-10-19 18:19:42 -05:00
parent 6695a2d936
commit 5b5ae80e30
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ type LotusProviderConfig struct {
}
type ApisConfig struct {
// Daemon is the API endpoint for the Lotus daemon.
Daemon []string
// FULLNODE_API_INFO is the API endpoint for the Lotus daemon.
FULLNODE_API_INFO []string
}
type JournalConfig struct {