mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-13 03:12:24 +03:00
Add an ignore
This commit is contained in:
parent
bc528fc452
commit
1d8f57cc89
@ -191,6 +191,6 @@ class UncurriedNFT:
|
||||
def get_innermost_solution(self, solution: Program) -> Program:
|
||||
state_layer_inner_solution: Program = solution.at("rrff")
|
||||
if self.supports_did:
|
||||
return state_layer_inner_solution.first()
|
||||
return state_layer_inner_solution.first() # type: ignore
|
||||
else:
|
||||
return state_layer_inner_solution
|
||||
|
Loading…
Reference in New Issue
Block a user