WIP: Added POST functionality for pusblish_beacon_block. Currently doesn't compile, struggling with the borrow checker.

This commit is contained in:
Luke Anderson
2019-09-09 12:54:14 +10:00
parent 99c673045c
commit 0136eb33b0
4 changed files with 103 additions and 5 deletions

View File

@@ -215,6 +215,7 @@ where
executor,
beacon_chain.clone(),
network.clone(),
network_send.clone(),
client_config.db_path().expect("unable to read datadir"),
eth2_config.clone(),
&log,