CATProtocol / cat-token-box

A monorepo for packages implementing CAT protocol
https://catprotocol.org
MIT License
186 stars 129 forks source link

Error: {"result":null,"error":{"code":-25,"message":"bad-txns-inputs-missingorspent"},"id":"cat-cli"} #60

Closed 0Xmorgan888 closed 1 month ago

0Xmorgan888 commented 1 month ago

mint command shows many time "retry to mint token [CAT] ..."

i add a console log after it and it shows this error : Error: {"result":null,"error":{"code":-25,"message":"bad-txns-inputs-missingorspent"},"id":"cat-cli"}

what it mean ?and why this happen ?

opcatbugcloser commented 1 month ago

The transaction uses the utxo that has been spent, and you can try to retry it later

0Xmorgan888 commented 1 month ago

The transaction uses the utxo that has been spent, and you can try to retry it later

still have this issue how can i fix it ? and why this happen ?

opcatbugcloser commented 1 month ago

The used utxo has been spent by someone else, and you need to find the unspent minter utxo again, please try again