Add RPC notify and banking keys debug (#12396)

This commit is contained in:
sakridge
2020-09-23 18:46:42 -07:00
committed by GitHub
parent 7cab638297
commit 68e5a2ef56
11 changed files with 112 additions and 19 deletions

View File

@ -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();