This commit is contained in:
NikVolf 2016-11-17 18:15:11 +03:00
parent 7c6dcade30
commit c8f3652c46
1 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ pub enum BlockInsertedChain {
Disconnected,
Main,
Side,
Rorganized(Reorganization),
Reorganized(Reorganization),
}
impl Storage {
@ -680,7 +680,7 @@ impl Store for Storage {
reorg.push_canonized(&new_best_hash);
BlockInsertedChain::Rorganized(reorg)
BlockInsertedChain::Reorganized(reorg)
},
Err(Error::Consistency(consistency_error)) => {
match consistency_error {