From 00051e4f1c0cc45e8846ac86453729a0e15bd820 Mon Sep 17 00:00:00 2001 From: MistApproach Date: Sat, 31 Aug 2024 19:23:17 +0200 Subject: [PATCH] docs: update Anvil default port --- crates/node-bindings/src/anvil.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/node-bindings/src/anvil.rs b/crates/node-bindings/src/anvil.rs index 21028610210..0572cf0fdd1 100644 --- a/crates/node-bindings/src/anvil.rs +++ b/crates/node-bindings/src/anvil.rs @@ -164,7 +164,7 @@ pub struct Anvil { impl Anvil { /// Creates an empty Anvil builder. - /// The default port is 8545. The mnemonic is chosen randomly. + /// The default port and the mnemonic are chosen randomly. /// /// # Example ///