Skip to content

Commit 5ac0325

Browse files
committed
f Fix clippy lint
1 parent 78ba435 commit 5ac0325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-background-processor/src/fwd_batch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn rand_batch_delay_millis() -> u16 {
4848
// log_normal_data <- round(rlnorm(n, meanlog = meanlog, sdlog = sdlog))
4949
// cat(log_normal_data, file = "log_normal_data.txt", sep = ", ")
5050
// ```
51-
const FWD_DELAYS_MILLIS: [u16; 10000] = [
51+
static FWD_DELAYS_MILLIS: [u16; 10000] = [
5252
38, 45, 109, 52, 53, 118, 63, 27, 35, 40, 92, 60, 61, 53, 38, 122, 64, 19, 71, 39, 29, 45, 30,
5353
35, 37, 22, 76, 54, 28, 94, 62, 43, 78, 78, 75, 71, 66, 48, 43, 41, 35, 45, 27, 148, 91, 29,
5454
41, 40, 74, 48, 57, 49, 49, 99, 45, 107, 23, 67, 53, 56, 60, 39, 42, 30, 29, 58, 63, 51, 79,

0 commit comments

Comments
 (0)