Errors/Chain errors

InvalidOrigin

Sign with the key or origin that owns the target object, then retry

View as Markdown

The caller is not the crowdloan's creator, which is required for finalize, refund, dissolve, and the update calls. Compare the signing account with the creator field of the Crowdloans entry for the crowdloan_id.

Declared by the Crowdloan pallet; it classifies to the semantic code not_authorized.

Remediation

Sign with the key or origin that owns the target object, then retry

The same explanation is available in the terminal: btcli explain InvalidOrigin.