Skip to content

Commit a9dffc3

Browse files
Remove wrong 'cfg()'
maybe_async is used regardless of which feature is activated, so it shouldn't be behind the cfg()
1 parent be36eeb commit a9dffc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/handlers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ use bdk::{
7171
feature = "compact_filters",
7272
feature = "rpc"
7373
))]
74-
use bdk_macros::{maybe_async, maybe_await};
74+
use bdk_macros::maybe_await;
75+
use bdk_macros::maybe_async;
7576
#[cfg(feature = "reserves")]
7677
use bdk_reserves::reserves::verify_proof;
7778
#[cfg(feature = "reserves")]

0 commit comments

Comments
 (0)