Skip to content

Commit accd2e9

Browse files
committed
fix: add SlotState to LedgerState interface
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 1483e8a commit accd2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ledger/common/state.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ type CertState interface {
3535
type LedgerState interface {
3636
UtxoState
3737
CertState
38+
SlotState
3839
NetworkId() uint
3940
}
4041

0 commit comments

Comments
 (0)