Reseting Transactions
Step1 - Script download and Script run.
cd ~
rm -rf reset_transactions.sh
wget -O reset_transactions.sh https://raw.githubusercontent.com/Geordie-R/coti-node-upgrade/main/reset_transactions.sh && chmod +x reset_transactions.sh
./reset_transactions.sh "true"Step 2 - Reboot the cnode.service
sudo systemctl restart cnode.serviceStep 3 - Set reset.transactions back to false
./reset_transactions.sh "false"Last updated