Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fixing serde overflow error (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored and arkpar committed Aug 23, 2016
1 parent 81ac3a1 commit 6cb439f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/src/v1/types/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ pub struct VMOperation {
/// Information concerning the execution of the operation.
pub ex: Option<VMExecutedOperation>,
/// Subordinate trace of the CALL/CREATE if applicable.
#[serde(bound="VMTrace: Serialize")]
pub sub: Option<VMTrace>,
}

Expand Down

0 comments on commit 6cb439f

Please sign in to comment.