-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config+itest: move custom message override
It turns out the custom message override that should've allowed tapd to send custom p2p wire messages never worked, because we set the value after calling into lnd.ValidateConfig() which actually injects the value into the lnwire package. We now move the code and also create an itest for it (we should be able to try funding multiple times after each other, as each attempt should be cleaned up by the receiver when they receive the error message).
- Loading branch information
Showing
2 changed files
with
44 additions
and
13 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