# LinkedOutputSignerMismatch (/docs/errors/chain/LinkedOutputSignerMismatch)

The linked order's signer is not the signer who recorded the named provider output. Only the same account can draw against a record; re-sign the consumer with that key.

Declared by the `LimitOrders` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/limit-orders/src/lib.rs#L452`](/code/pallets/limit-orders/src/lib.rs#L452).

## Remediation [#remediation]

Check the argument values against the operation schema

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