Merge branch 'master' into serde-bump

Conflicts:
	ethcore/src/types/state_diff.rs
This commit is contained in:
Tomasz Drwięga
2016-06-06 10:10:06 +02:00
118 changed files with 4073 additions and 1850 deletions

View File

@@ -40,7 +40,7 @@ pub struct Transaction {
/// To.
pub to: MaybeEmpty<Address>,
/// Value.
pub value: Uint
pub value: Uint,
}
#[cfg(test)]