moved fee collection code to runtime
This commit is contained in:
@ -130,7 +130,7 @@ fn main() {
|
||||
last_id = entry.id;
|
||||
num_entries += 1;
|
||||
|
||||
if let Err(e) = blocktree_processor::process_entry(&bank, &entry).0 {
|
||||
if let Err(e) = blocktree_processor::process_entry(&bank, &entry) {
|
||||
eprintln!("verify failed at entry[{}], err: {:?}", i + 2, e);
|
||||
if !matches.is_present("continue") {
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user