Skip to content

Commit f054d3d

Browse files
committed
fixup! Pass HRNResolver or DomainResolver into OnionMessenger
1 parent d0ae868 commit f054d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ use std::sync::{Arc, Mutex};
1212

1313
use bitcoin_payment_instructions::amount::Amount;
1414
use bitcoin_payment_instructions::dns_resolver::DNSHrnResolver;
15-
use bitcoin_payment_instructions::onion_message_resolver::LDKOnionMessageDNSSECHrnResolver;
1615
use bitcoin_payment_instructions::hrn_resolution::{
1716
HrnResolutionFuture, HrnResolver, HumanReadableName, LNURLResolutionFuture,
1817
};
18+
use bitcoin_payment_instructions::onion_message_resolver::LDKOnionMessageDNSSECHrnResolver;
1919

2020
use bitcoin::secp256k1::PublicKey;
2121
use bitcoin::{OutPoint, ScriptBuf};

0 commit comments

Comments
 (0)