Skip to content

Remove enforcement for different wallets for deal collateral and publish storage deals message #754

@nonsense

Description

@nonsense

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.

Related to: #726

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions