We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3ee28 commit dd439ffCopy full SHA for dd439ff
src/builder.rs
@@ -164,8 +164,6 @@ impl NodeBuilder {
164
}
165
166
/// 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.
169
pub fn set_entropy_seed_bytes(&mut self, seed_bytes: Vec<u8>) -> Result<&mut Self, BuildError> {
170
if seed_bytes.len() != WALLET_KEYS_SEED_LEN {
171
return Err(BuildError::InvalidSeedBytes);
0 commit comments