You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Boost requires two addresses for storage deals. Sometimes it is not a simple case to add a new control address, as it needs to be set from the owner which could be held by another business (aka not the SP).
if walletPSD.String() == walletCP.String() {
return nil, fmt.Errorf("wallets for PublishStorageDeals and deal collateral must be different")
}
Make it possible to initialise Boost with fewer wallets, or with a single wallet.