Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove accidentally committed change
  • Loading branch information
gavofyork authored Feb 18, 2018
commit 780e54961f8368d21c1995d29fbd91fc85cc673d
5 changes: 0 additions & 5 deletions substrate/client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down