-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This PR makes two small tweaks: - Fixes `TestConcurrentTxSubmission` by adding a capacity of 1 to the errCh. Currently errors were being ignored because the wait group meant that there wasn't a process to read to the channel as it was being written to. This fixes this - Catches the case where a user cancels the context when calling `ConfirmTx` **This test is broken until celestiaorg/celestia-core#1553 is resolved**<hr>This is an automatic backport of pull request #4104 done by [Mergify](https://mergify.com). Co-authored-by: Callum Waters <[email protected]>
- Loading branch information
1 parent
6b92156
commit 0bccf1b
Showing
2 changed files
with
51 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters