Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3858 from LiskHQ/3812-add_more_propagation_tests
Browse files Browse the repository at this point in the history
Add more propagation tests - Closes #3812
  • Loading branch information
jondubois committed Jul 3, 2019
2 parents f885b17 + 52cca91 commit c1b8b98
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 273 deletions.
4 changes: 3 additions & 1 deletion elements/lisk-p2p/src/p2p_request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ export class P2PRequest {
) => {
if (this._wasResponseSent) {
throw new RPCResponseAlreadySentError(
'A response has already been sent for this request',
`A response has already been sent for the request procedure <<${
options.procedure
}>>`,
);
}
this._wasResponseSent = true;
Expand Down
Loading

0 comments on commit c1b8b98

Please sign in to comment.