Refactor pending_block to always return invalid txs and sometimes a block.

Docuemnt SealingWork properly.
This commit is contained in:
Gav Wood
2016-03-23 16:28:02 +00:00
parent 97449afbb9
commit 4e013ba2fc
7 changed files with 126 additions and 68 deletions

View File

@@ -41,7 +41,7 @@ fn default_gas() -> U256 {
}
fn default_gas_price() -> U256 {
shannon() * U256::from(50)
shannon() * U256::from(20)
}
/// Eth rpc implementation.