Can't sync my wallet,
checkwallet
{
"mismatched spent coins" : 4,
"amount in question" : 5234865.95013300
}
How to fix it?
http://www.mintcoinofficial.com/category/developer-resources/Step 7 *optional*
If you would like to check your wallet for coins that may not be showing up in your wallet, click on Help, Debug Window and click on the Console tab.
Type Checkwallet to check for any coins that may be missing and should say wallet check passed : true
If it returns Mismatched Coins Type Repairwallet and it will fix your balance.

// If that doesn't work, try closing your wallet & adding this to your configuration file.
rescan=1
MintCoin.conf
rescan=1
listen=1
maxconnections=100
server=1
daemon=1
rpcuser=xxxxx
rpcpassword=xxxxx
rpcport=12789
rpcconnect=127.0.0.1