Fix build.

This commit is contained in:
Gav Wood
2016-12-05 10:55:53 -08:00
parent 5e1fdc4b11
commit ff7b918d82
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ pub struct Transaction {
pub public_key: Option<H512>,
/// The network id of the transaction, if any.
#[serde(rename="networkId")]
pub network_id: Option<u8>,
pub network_id: Option<u64>,
/// The standardised V field of the signature (0 or 1).
#[serde(rename="standardV")]
pub standard_v: U256,