You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The batchspend should have triggered the safety net mechanism of flagging the recipient's txid as DEFECT-
200
+
# When this happens, a manual intervention is needed to make sure the payment has not been broadcast to avoid double-payments.
201
+
# In this case, an output amount was too large so we know the payment has not been done. Let's just remove the DEFECT- flag.
202
+
trace 2 "\n\n[testbatching] ${BCyan}Cleaning up the failed batchspend...${Color_Off}\n"
203
+
docker exec -it $(docker ps -q -f "name=proxy\.") psql -U cyphernode -h postgres -c "UPDATE recipient SET tx_id = NULL WHERE id IN (${id}, ${id2}); DELETE FROM tx WHERE id = (SELECT tx_id FROM recipient WHERE id = ${id});"
0 commit comments