Hi, I have problem with retire stakepool,
Use this command to create cert
cardano-cli stake-pool deregistration-certificate \
--cold-verification-key-file node.vkey \
--epoch 287 \
--out-file pool.dereg
Then I create ctransaction with fee etc and after
cardano-cli transaction submit --tx-file tx.signed --mainnet
I got this error,
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraMary (ApplyTxError [LedgerFailure (DelegsFailure (DelplFailure (PoolFailure (StakePoolNotRegisteredOnKeyPOOL (KeyHash "67...8d4433")))))])
Any Ideas, what is wrong?