Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed May 26, 2018
1 parent 32c0d66 commit f9853c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/fullnode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fn main() {
let file = File::create(path).expect("file");
serde_json::to_writer(file, &repl_data).expect("serialize");
}
eprintln!("Ready. Listening on {}", repl_data.events_addr);
eprintln!("Ready. Listening on {}", repl_data.transactions_addr);

for t in threads {
t.join().expect("join");
Expand Down

0 comments on commit f9853c5

Please sign in to comment.