mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Update comment for test_msg_hole
This commit is contained in:
parent
a66b8017c0
commit
b8fc761dc1
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ macro_rules! test_msg_exact {
|
|||
}
|
||||
}
|
||||
|
||||
// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to 0s on
|
||||
// re-serialization.
|
||||
// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to
|
||||
// any value on re-serialization.
|
||||
#[macro_export]
|
||||
macro_rules! test_msg_hole {
|
||||
($MsgType: path, $data: ident, $hole: expr, $hole_len: expr) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue