TODO Location
sixty_nuts/wallet.py:2408
Priority
🟢 Low Priority - Documentation
Current Code
# TODO: check why this method is needed
def _proofdict_to_mint_proof(self, proof_dict: ProofDict) -> Proof:
"""Convert ProofDict to Proof format for mint."""
What needs to be done
- Investigate if this conversion method is still necessary
- Document the reason for the conversion
- Consider removing if redundant with current architecture
TODO Location
sixty_nuts/wallet.py:2408Priority
🟢 Low Priority - Documentation
Current Code
What needs to be done