fix: Remove cursors

This commit is contained in:
2025-02-09 21:56:18 +11:00
parent 6d6eae297d
commit 1e783c9775
2 changed files with 44 additions and 87 deletions

View File

@@ -228,6 +228,9 @@ class Covenant:
self.renewalCount = self.items[5]
self.blockHash = self.items[6]
# TYPE 11 - REVOKE (Only has namehash and height)
else:
raise ValueError("Invalid data type")