Remove accidentally committed change

This commit is contained in:
Gav Wood
2018-02-18 22:53:53 +01:00
committed by GitHub
parent 2f00982dd6
commit 491a5bceab
-5
View File
@@ -233,11 +233,6 @@ impl<B, E> Client<B, E> where
})
}
/// Author a new block, filling it with valid transactions from our transaction pool.
pub fn propose_block_at(&self, parent: &BlockId) -> block::Block {
unimplemented!()
}
/// Queue a block for import.
pub fn import_block(
&self,