Skip to content

Commit

Permalink
Log (#11)
Browse files Browse the repository at this point in the history
* username service

* add trace

* remove dbg
  • Loading branch information
andy-t-wang authored Oct 16, 2024
1 parent 81c5ce8 commit eb1f060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/api/v1/ens_gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pub async fn ens_gateway(
if node != namehash(&name) {
return Err(ENSErrorResponse::new("Invalid node hash provided."));
}
tracing::info!("Address: {:?}", record.address);

(Address::parse_checksummed(record.address, None).unwrap()).abi_encode()
},
Expand Down

0 comments on commit eb1f060

Please sign in to comment.