better docstrings

This commit is contained in:
keorn
2016-12-08 21:49:55 +01:00
parent cc284dd86f
commit 74770e4773
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ pub trait ChainNotify : Send + Sync {
_enacted: Vec<H256>,
_retracted: Vec<H256>,
_sealed: Vec<H256>,
// Block bytes and total difficulty.
// Block bytes.
_proposed: Vec<Bytes>,
_duration: u64) {
// does nothing by default