Add RPC notify and banking keys debug (#12396)
This commit is contained in:
@ -88,6 +88,7 @@ mod tests {
|
||||
&genesis_config_info.genesis_config,
|
||||
vec![accounts_dir.path().to_path_buf()],
|
||||
&[],
|
||||
None,
|
||||
);
|
||||
bank0.freeze();
|
||||
let mut bank_forks = BankForks::new(bank0);
|
||||
@ -141,6 +142,7 @@ mod tests {
|
||||
),
|
||||
CompressionType::Bzip2,
|
||||
old_genesis_config,
|
||||
None,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
Reference in New Issue
Block a user