Skip to content

Commit 71259cc

Browse files
committed
gui: fix tip commission, bundle err code
1 parent 6ce5c2e commit 71259cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

book/api/websocket.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,4 +1449,5 @@ These are the possible error codes that might be included in `txn_error_code` an
14491449
| ProgramExecutionTemporarilyRestricted | 36 | Execution of a program referenced by this transaciton is restricted |
14501450
| UnbalancedTransaction | 37 | The total accounts balance before the transaction does not equal the total balance after |
14511451
| ProgramCacheHitMaxLimit | 38 | The program cache allocated for transaction batch for this transaction hit its load limit |
1452-
| CommitCancelled | 39 | This transaction was part of a bundle that failed |
1452+
| CommitCancelled | 39 | This transaction was aborted during the commit stage |
1453+
| BundlePeer | 40 | This transaction was part of a bundle that failed |

0 commit comments

Comments
 (0)