Skip to content

Commit 64e3c72

Browse files
committed
Fix implementation of last slot no in fixed chain context
1 parent 460d8ff commit 64e3c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pycardano/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def epoch(self) -> int:
9090
return 300
9191

9292
@property
93-
def slot(self) -> int:
93+
def last_block_slot(self) -> int:
9494
"""Current slot number"""
9595
return 2000
9696

0 commit comments

Comments
 (0)