Skip to content

Commit f80118b

Browse files
committed
more detailed naming
1 parent 24196be commit f80118b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/src/data/network_status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
44
#[derive(Debug, Default, Clone, Serialize, Deserialize, PartialEq, Eq)]
55
pub struct NetworkStatus {
66
#[serde(rename = "erd_block_timestamp")]
7-
pub current_timestamp: u64,
7+
pub current_block_timestamp: u64,
88
#[serde(rename = "erd_current_round")]
99
pub current_round: u64,
1010
#[serde(rename = "erd_epoch_number")]

0 commit comments

Comments
 (0)