Fixed build

This commit is contained in:
arkpar
2017-10-25 12:06:04 +02:00
parent 6bb3edeb8a
commit 8f654d85a3

View File

@@ -234,6 +234,7 @@ impl<'a, T: 'a, V: 'a, B: 'a, E: 'a> Ext for Externalities<'a, T, V, B, E>
Ok(FinalizationResult{ gas_left, apply_state: false, return_data }) => {
ContractCreateResult::Reverted(gas_left, return_data)
},
_ => ContractCreateResult::Failed,
}
}