Skip to content
Snippets Groups Projects
Commit 491a5bce authored by Gav Wood's avatar Gav Wood Committed by GitHub
Browse files

Remove accidentally committed change

parent 2f00982d
Branches
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment