Fixing serde overflow error (#1977)
This commit is contained in:
parent
81ac3a1936
commit
6cb439fbc8
@ -99,6 +99,7 @@ pub struct VMOperation {
|
|||||||
/// Information concerning the execution of the operation.
|
/// Information concerning the execution of the operation.
|
||||||
pub ex: Option<VMExecutedOperation>,
|
pub ex: Option<VMExecutedOperation>,
|
||||||
/// Subordinate trace of the CALL/CREATE if applicable.
|
/// Subordinate trace of the CALL/CREATE if applicable.
|
||||||
|
#[serde(bound="VMTrace: Serialize")]
|
||||||
pub sub: Option<VMTrace>,
|
pub sub: Option<VMTrace>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user