mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Fix getClientVersionV1 for Geth 1.13 (#5884)
* Fix getClientVersionV1 for Geth 1.13
This commit is contained in:
@@ -755,6 +755,9 @@ pub mod serde_logs_bloom {
|
|||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct JsonClientVersionV1 {
|
pub struct JsonClientVersionV1 {
|
||||||
pub code: String,
|
pub code: String,
|
||||||
|
// This `default` is required until Geth v1.13.x is no longer supported on mainnet.
|
||||||
|
// See: https://github.com/ethereum/go-ethereum/pull/29351
|
||||||
|
#[serde(default)]
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub version: String,
|
pub version: String,
|
||||||
pub commit: String,
|
pub commit: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user