Propagate uncles (#1134)
This commit is contained in:
committed by
Gav Wood
parent
27380cdadb
commit
fba5082b00
@@ -348,6 +348,10 @@ impl BlockChainClient for TestBlockChainClient {
|
||||
})
|
||||
}
|
||||
|
||||
fn find_uncles(&self, _hash: &H256) -> Option<Vec<H256>> {
|
||||
None
|
||||
}
|
||||
|
||||
// TODO: returns just hashes instead of node state rlp(?)
|
||||
fn state_data(&self, hash: &H256) -> Option<Bytes> {
|
||||
// starts with 'f' ?
|
||||
|
||||
Reference in New Issue
Block a user