Fix Contracts rpc output format. (#4304)

This commit is contained in:
Tomasz Drwięga
2019-12-05 21:04:19 +01:00
committed by Bastian Köcher
parent 37ed154535
commit 145086722d
5 changed files with 53 additions and 7 deletions
@@ -28,7 +28,6 @@ use sp_runtime::RuntimeDebug;
/// A result of execution of a contract.
#[derive(Eq, PartialEq, Encode, Decode, RuntimeDebug)]
#[cfg_attr(feature = "std", derive(serde::Serialize, serde::Deserialize))]
pub enum ContractExecResult {
/// The contract returned successfully.
///