Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/floresta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//! # Name
//! Floresta is the Portuguese word for forest. It is a reference to the Utreexo accumulator,
//! which is a forest of Merkle trees. It's pronounced /floˈɾɛstɐ/.
/// Components to build an utreexo-aware, consensus enforcing Bitcoin node.
/// Components to build a utreexo-aware, consensus enforcing Bitcoin node.
pub use floresta_chain as chain;
/// Useful data structures and traits used by the other crates.
pub use floresta_common as common;
Expand Down
Loading