added trailin ,

This commit is contained in:
debris
2016-02-22 10:14:31 +01:00
parent 8f4c2d98ba
commit 2be4f2f737
4 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ pub struct Log {
#[serde(rename="transactionIndex")]
transaction_index: U256,
#[serde(rename="logIndex")]
log_index: U256
log_index: U256,
}
impl From<LocalizedLogEntry> for Log {