Hi There,
The command prepareluckunspent is currently failing constantly giving me the error below.
multichain-cli chainname preparelockunspent '{"EUR": 1}'
{"method":"preparelockunspent","params":[{"EUR":1}],"id":1,"chain_name":"chainname"}
error: {"code":-4,"message":"Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here."}
Im not sure how to go about debugging this, where can I start?