Adds a doc comment to `ParametersBuilder::default()`

This commit is contained in:
Arya 2024-04-19 17:33:32 -04:00
parent 336c8277c5
commit bcc127b618
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ pub struct ParametersBuilder {
}
impl Default for ParametersBuilder {
/// Creates a [`ParametersBuilder`] with all of the default Testnet parameters except `network_name`.
fn default() -> Self {
Self {
network_name: "UnknownTestnet".to_string(),