Skip to content

Commit

Permalink
fix(core/address_book): compile without network feature
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Aug 4, 2023
1 parent 6874fa6 commit e8aab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfo-core/src/address_book.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ impl AddressBook {
};

#[cfg(not(feature = "network"))]
Self { local };
Self { local }
}

#[cfg(feature = "network")]
Expand Down

0 comments on commit e8aab37

Please sign in to comment.