Skip to content

Commit e60501e

Browse files
committed
fix: test
1 parent 4e281e0 commit e60501e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/epochs_state/src/epochs_history.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ mod tests {
149149
epoch_start_time: 0,
150150
epoch_end_time: 0,
151151
first_block_time: 0,
152+
first_block_height: 0,
152153
last_block_time: 0,
154+
last_block_height: 0,
153155
total_blocks: 1,
154156
total_txs: 1,
155157
total_outputs: 100,
@@ -167,7 +169,9 @@ mod tests {
167169
epoch_start_time: 0,
168170
epoch_end_time: 0,
169171
first_block_time: 0,
172+
first_block_height: 0,
170173
last_block_time: 0,
174+
last_block_height: 0,
171175
total_blocks: 1,
172176
total_txs: 1,
173177
total_outputs: 100,

processes/omnibus/omnibus.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ store-stake-addresses = false
5151

5252
[module.spdd-state]
5353
# Enables active_stakes in /epochs/latest | {number} endpoints
54+
# Enables /epochs/{number}/{next | previous}
5455
store-spdd = false
5556

5657
[module.drep-state]

0 commit comments

Comments
 (0)