Closed wgr523 closed 5 years ago
We call new_validated_block for mined_block, what if this block solves data availability for other blocks? Since we broadcast this hash a line before. Can we put broadcast after new_validated_block? https://github.com/yangl1996/prism-rust/blob/56936322ae1135e3d01f64e7e1e6d9173a805883/src/miner/mod.rs#L435-L439
new_validated_block
mined_block
in #92
thanks for the fix!
We call
new_validated_block
formined_block
, what if this block solves data availability for other blocks? Since we broadcast this hash a line before. Can we put broadcast afternew_validated_block
? https://github.com/yangl1996/prism-rust/blob/56936322ae1135e3d01f64e7e1e6d9173a805883/src/miner/mod.rs#L435-L439