Skip to content

Commit 15d6aff

Browse files
committed
small change
1 parent 598dec7 commit 15d6aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/methods/eth.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,7 @@ impl RpcMethod<0> for EthSyncing {
16741674
match sync_status.status {
16751675
NodeSyncStatus::Synced => Ok(EthSyncingResult {
16761676
done_sync: true,
1677+
// Once the node is synced, other fields are not relevant for the API
16771678
..Default::default()
16781679
}),
16791680
NodeSyncStatus::Syncing => {

0 commit comments

Comments
 (0)