Skip to content

Commit 1c482e7

Browse files
committed
Merge branch 'GH-686' of github.com:MASQ-Project/Node into GH-686
2 parents a82458e + 21f2a2a commit 1c482e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/src/neighborhood/gossip_acceptor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ mod tests {
19291929
use crate::sub_lib::cryptde_null::CryptDENull;
19301930
use crate::sub_lib::neighborhood::{
19311931
ConnectionProgressEvent, ConnectionProgressMessage, RatePack, DEFAULT_RATE_PACK,
1932-
ZERO_RATE_PACK,
1932+
DEFAULT_RATE_PACK_LIMITS, ZERO_RATE_PACK,
19331933
};
19341934
use crate::sub_lib::utils::time_t_timestamp;
19351935
use crate::sub_lib::wallet::Wallet;

0 commit comments

Comments
 (0)