mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix compile error in beacon node tests
This commit is contained in:
@@ -22,7 +22,7 @@ fn http_server_genesis_state() {
|
|||||||
|
|
||||||
let (api_state, _root) = env
|
let (api_state, _root) = env
|
||||||
.runtime()
|
.runtime()
|
||||||
.block_on(remote_node.http.beacon().state_by_slot(Slot::new(0)))
|
.block_on(remote_node.http.beacon().get_state_by_slot(Slot::new(0)))
|
||||||
.expect("should fetch state from http api");
|
.expect("should fetch state from http api");
|
||||||
|
|
||||||
let mut db_state = node
|
let mut db_state = node
|
||||||
|
|||||||
Reference in New Issue
Block a user