mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-17 05:58:11 -07:00
Address review feedback
This commit is contained in:
@@ -52,7 +52,6 @@ pub fn run() -> color_eyre::Result<()> {
|
||||
.enable_all()
|
||||
.build()?
|
||||
.block_on(async {
|
||||
// Always start the server
|
||||
let served_indexer = indexer.clone();
|
||||
let served_computer = computer.clone();
|
||||
|
||||
@@ -66,7 +65,6 @@ pub fn run() -> color_eyre::Result<()> {
|
||||
|
||||
sleep(Duration::from_secs(1));
|
||||
|
||||
// Always run the processor
|
||||
loop {
|
||||
wait_for_synced_node(rpc)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user