chore(rpc): update forkchoice state in fork_choice_updated handler (#1177)

This commit is contained in:
Roman Krasiuk
2023-02-06 10:56:43 +02:00
committed by GitHub
parent 54744b3e6b
commit 952ec83aed
4 changed files with 261 additions and 58 deletions

View File

@ -20,6 +20,9 @@ futures = "0.3"
tokio = { version = "1", features = ["sync"] }
tokio-stream = "0.1"
# tracing
tracing = "0.1"
# misc
thiserror = "1.0.37"