test for eth_getTransactionReceipt

This commit is contained in:
debris
2016-03-21 11:47:50 +01:00
committed by arkpar
parent ff99ccaf82
commit 841a996fa6
7 changed files with 122 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ impl FromJson for LogEntry {
}
/// Log localized in a blockchain.
#[derive(Default, Debug, PartialEq)]
#[derive(Default, Debug, PartialEq, Clone)]
pub struct LocalizedLogEntry {
/// Plain log entry.
pub entry: LogEntry,