Merge branch 'feat/wdpost-adder2' into wdpost-can-accept

This commit is contained in:
Andrew Jackson (Ajax)
2023-10-31 17:16:04 -05:00
5 changed files with 104 additions and 37 deletions
+5
View File
@@ -79,6 +79,11 @@ type LotusProviderConfig struct {
type ApisConfig struct {
// FULLNODE_API_INFO is the API endpoint for the Lotus daemon.
FULLNODE_API_INFO []string
// RPC Secret for the storage subsystem.
// If integrating with lotus-miner this must match the value from
// cat ~/.lotusminer/keystore/MF2XI2BNNJ3XILLQOJUXMYLUMU | jq -r .PrivateKey
StorageRPCSecret string
}
type JournalConfig struct {