mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Remove comments from deposit amount
This commit is contained in:
@@ -165,7 +165,6 @@ pub struct StandardDepositDataJson {
|
|||||||
pub pubkey: PublicKeyBytes,
|
pub pubkey: PublicKeyBytes,
|
||||||
#[serde(with = "hash256_without_0x_prefix")]
|
#[serde(with = "hash256_without_0x_prefix")]
|
||||||
pub withdrawal_credentials: Hash256,
|
pub withdrawal_credentials: Hash256,
|
||||||
#[serde(with = "eth2_serde_utils::quoted_u64")]
|
|
||||||
pub amount: u64,
|
pub amount: u64,
|
||||||
#[serde(with = "signature_bytes_without_0x_prefix")]
|
#[serde(with = "signature_bytes_without_0x_prefix")]
|
||||||
pub signature: SignatureBytes,
|
pub signature: SignatureBytes,
|
||||||
|
|||||||
Reference in New Issue
Block a user