Create account

1h · memo
Recently, I always got HTTP 417 when /memo/wait-submit. I have wrote a cli utility to temporary solve this problem. It seems that some failure still occured on my account @memo
replied 6m
Looks like a few transactions from a week or two ago were broadcast but never got mined for some reason. They were in Memo's DB but not on-chain.
replied 5m
Memo app would try to spend the outputs from those transactions which would get rejected by the mempool because nodes couldn't find the parents.
replied 4m
The normal solution would be to rebroadcast the old unconfirmed transactions so they get mined correctly and then can use their outputs on new transactions.
replied 2m
But it looks like you have spent the outputs in a separate new transaction. So the old transactions would be double spends and can no longer be rebroadcast successfully.
replied 1m