CATProtocol / cat-token-box

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

Unable to run yarn cli wallet export #27

Open dteh opened 1 week ago

dteh commented 1 week ago

Fails with the error

rpc_importdescriptors failed!
Internal Server Error

importdescriptors payload was:

{"jsonrpc":"2.0","id":"cat-cli","method":"importdescriptors","params":[[{"desc":"addr(_address_)#uwjefy5a","active":false,"index":0,"internal":false,"timestamp":1726087369,"label":""}]]}

error is: {"result":null,"error":{"code":-18,"message":"Requested wallet does not exist or is not loaded"},"id":null}

dteh commented 1 week ago

For some reason creating a new wallet and exporting that works, yet the original one still does not work