I’m trying to use a TRUSTEE DID to publish a new DID with the role of STEWARD, but I keep encountering the following error:
Transaction has been rejected: client request invalid: insufficient number of valid signatures, 1 is required but 0 valid and 1 invalid have been provided.
I’ve attached an image below showing the exact error message I receive when trying to set the TRUSTEE DID as active and publish the new STEWARD DID.
My final goal is to use this TRUSTEE DID to onboard a new node. However, when I attempt this, I also get an error about an invalid signature. Moreover, when I try onboarding a new node using an existing STEWARD, I encounter an error that states:
STEWARD already has a node.
What I am trying to achieve:
- Use a TRUSTEE DID to onboard a new node.
- Assign a new STEWARD DID (created from the TRUSTEE) to handle the new node.
What am I doing wrong? Should I be using a different method to onboard the node, or do I need to configure the signatures somehow when using the TRUSTEE DID?
4