mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-14 06:04:21 +01:00
Proof without id
This commit is contained in:
@@ -14,7 +14,7 @@ class P2SHScript(BaseModel):
|
||||
|
||||
|
||||
class Proof(BaseModel):
|
||||
id: str = ""
|
||||
id: Union[None, str] = ""
|
||||
amount: int = 0
|
||||
secret: str = ""
|
||||
C: str = ""
|
||||
|
||||
Reference in New Issue
Block a user