Skip to content

Commit 51a58a9

Browse files
committed
f sp
1 parent 46ade7a commit 51a58a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl ConnectStyle {
106106
fn random_style() -> ConnectStyle {
107107
#[cfg(feature = "std")] {
108108
use core::hash::{BuildHasher, Hasher};
109-
// Get a random value using the only std AIP to do so - the DefaultHasher
109+
// Get a random value using the only std API to do so - the DefaultHasher
110110
let rand_val = std::collections::hash_map::RandomState::new().build_hasher().finish();
111111
let res = match rand_val % 7 {
112112
0 => ConnectStyle::BestBlockFirst,

0 commit comments

Comments
 (0)