Fixed build

This commit is contained in:
arkpar 2017-10-25 12:06:04 +02:00
parent 6bb3edeb8a
commit d5fcf3b8ed
No known key found for this signature in database
GPG Key ID: CF9ADE6B115EB4DD

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,
}
}