Skip to content

Commit 6fb34d6

Browse files
committed
Remove outdated note in docs
1 parent f26ccdf commit 6fb34d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ impl NodeBuilder {
164164
}
165165

166166
/// Configures the [`Node`] instance to source its wallet entropy from the given 64 seed bytes.
167-
///
168-
/// **Note:** Panics if the length of the given `seed_bytes` differs from 64.
169167
pub fn set_entropy_seed_bytes(&mut self, seed_bytes: Vec<u8>) -> Result<&mut Self, BuildError> {
170168
if seed_bytes.len() != WALLET_KEYS_SEED_LEN {
171169
return Err(BuildError::InvalidSeedBytes);

0 commit comments

Comments
 (0)