Add placeholders for remaining messages in write_body

This commit is contained in:
Deirdre Connolly 2019-10-09 22:02:05 -04:00 committed by Deirdre Connolly
parent d8986098c6
commit 4ec7590b42
1 changed files with 5 additions and 0 deletions

View File

@ -272,6 +272,11 @@ impl Codec {
.zcash_serialize(&mut writer)
.expect("Transactions must serialize.");
}
// Mempool => {}
// FilterLoad => {}
// FilterAdd => {}
// FilterClear => {}
// MerkleBlock => {}
_ => bail!("unimplemented message type"),
}
Ok(())