Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
linfeng.yuan committed Sep 12, 2024
1 parent 23193a3 commit 15a037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/server/ord/inscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ pub(crate) async fn ord_debug_domain_district(
let rtx = index.begin_read()?;
let inscription_id = rtx
.domain_district_to_inscription_id(&btc_name, &index.domain_list)?
.ok_or_api_not_found(format!("district {base64_domain} not found."))?;
.ok_or_api_not_found(format!("district {btc_name} not found."))?;

log::debug!(
"rpc: get ord_debug_bitmap_district: {:?} {:?}",
Expand Down

0 comments on commit 15a037b

Please sign in to comment.