Skip to content

Commit

Permalink
Merge branch 'master' into v1.0-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Peilun Li committed Jan 29, 2021
2 parents 20e6f8e + 9f57d42 commit bdd2802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/rpc/types/receipt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Receipt {
contract_created: address,
logs: logs
.into_iter()
.map(|l| Log::try_from(l, cfx_addr::Network::Main))
.map(|l| Log::try_from(l, network))
.collect::<Result<_, _>>()?,
logs_bloom: log_bloom,
state_root: maybe_state_root
Expand Down

0 comments on commit bdd2802

Please sign in to comment.