proper node info filter for fanout

This commit is contained in:
Christien Rioux
2023-07-20 17:52:45 -04:00
parent 57b5de0639
commit 3224a315c3
5 changed files with 59 additions and 10 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ use storage_manager_inner::*;
pub use types::*;
use super::*;
use crate::rpc_processor::*;
use routing_table::*;
use rpc_processor::*;
/// The maximum size of a single subkey
const MAX_SUBKEY_SIZE: usize = ValueData::MAX_LEN;