doc: fix typos and mistakes in BIP324 code comments

This commit is contained in:
Pieter Wuille
2023-09-08 14:45:56 -04:00
parent 9bde93df2c
commit 64704386b2
2 changed files with 7 additions and 7 deletions

View File

@@ -1021,7 +1021,7 @@ CKey GenerateRandomTestKey() noexcept
* Each V2TransportTester encapsulates a V2Transport (the one being tested), and can be told to
* interact with it. To do so, it also encapsulates a BIP324Cipher to act as the other side. A
* second V2Transport is not used, as doing so would not permit scenarios that involve sending
* invalid data, or ones scenarios using BIP324 features that are not implemented on the sending
* invalid data, or ones using BIP324 features that are not implemented on the sending
* side (like decoy packets).
*/
class V2TransportTester