Support CHAINID in rust bindings

This commit is contained in:
Andrei Maiboroda 2019-07-31 15:07:43 +02:00 committed by Paweł Bylica
parent 5377cbeec7
commit 317b2c18cf
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ mod tests {
block_timestamp: 0,
block_gas_limit: 0,
block_difficulty: Uint256::default(),
chain_id: Uint256::default(),
}
}

View File

@ -759,6 +759,7 @@ mod tests {
block_timestamp: 235117,
block_gas_limit: 105023,
block_difficulty: Uint256 { bytes: [0xaa; 32] },
chain_id: Uint256::default(),
}
}