-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump failed delayedtx #4029
Dump failed delayedtx #4029
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested but unfortunately all the payout TX were null
[
{
"tradeId": "xxx",
"delayedPayoutTx": "null"
}
]
I guess that depends on why this trades were moved into the failed trades section. For my two failed trades on Regtest it did work as expected.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Tested it locally on Regtest with two failed trades #4029 (comment)
Dump delayed payout txs of both pending and failed trades if the flag is set.