mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-04 17:34:20 +01:00
fix versions (#97)
This commit is contained in:
@@ -98,7 +98,7 @@ class PostMintRequest(BaseModel):
|
||||
|
||||
|
||||
class PostMintResponseLegacy(BaseModel):
|
||||
# NOTE: Backwards compability for < 0.8 where we used a simple list and not a key-value dictionary
|
||||
# NOTE: Backwards compability for < 0.8.0 where we used a simple list and not a key-value dictionary
|
||||
__root__: List[BlindedSignature] = []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user