Describe the bug
In the daemon-config.json file, anchor section, auth-method": "did" is required for mainnet.
Anchoring will fail if the network.name and node.privateSeedUrl are correct but the anchor setting is missing.
This value should default to auth-method": "did" for mainnet since it's controlled by the CAS endpoint defined by the network name.
Describe the bug
In the daemon-config.json file,
anchorsection,auth-method": "did"is required for mainnet.Anchoring will fail if the
network.nameandnode.privateSeedUrlare correct but theanchorsetting is missing.This value should default to
auth-method": "did"for mainnet since it's controlled by the CAS endpoint defined by the network name.