File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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}
5455store-spdd = false
5556
5657[module .drep-state ]
You can’t perform that action at this time.
0 commit comments