-
Notifications
You must be signed in to change notification settings - Fork 206
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
Wallet API delete transaction method #603
Comments
API docs should be updated after release: tx_deleteDelete existing transaction, return
{
"jsonrpc":"2.0",
"id": 4,
"method":"tx_delete",
"params":
{
"txId" : "a13525181c0d45b0a4c5c1a697c8a7b8"
}
}
{
"jsonrpc":"2.0",
"id": 4,
"result": true
} |
@nesbox Please forbid to delete transactions which have progress statuses: pending, waiting for receiver/waiting for sender, receiving/sending |
fixed |
Checked |
Please add method to wallet API to delete the transaction.
The text was updated successfully, but these errors were encountered: