Skip to content

Commit

Permalink
chore: add field for a api
Browse files Browse the repository at this point in the history
  • Loading branch information
SuccinctPaul committed Apr 30, 2024
1 parent 37cd809 commit dbf140f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dal/src/transaction_web3_dal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ impl TransactionsWeb3Dal<'_, '_> {
})
// For better compatibility with various clients, we never return null.
.or_else(|| Some(Address::default())),
gas_used: None,
contract_address: db_row
.contract_address
.map(|addr| h256_to_account_address(&H256::from_slice(&addr))),
Expand Down

0 comments on commit dbf140f

Please sign in to comment.