Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
199 stars 31 forks source link

Refactor. #103

Closed FeedMyTummy closed 3 years ago

Fonta1n3 commented 3 years ago

When I switch wallets, I get an error when I tap the "utxos" button.

Screen Shot 2020-09-22 at 2 54 08 PM
FeedMyTummy commented 3 years ago

When I switch wallets, I get an error when I tap the "utxos" button.

Screen Shot 2020-09-22 at 2 54 08 PM

@Fonta1n3 Could be that one of the UTXO fields from the result of listunspent is nullable. I am looking for documentation to see which ones. Go to UTXOCell.swift and add a breakpoint between (inclusive) lines 179 and 188. See if you spot a field that fails to decode.

Fonta1n3 commented 3 years ago

@FeedMyTummy I now get an error that the label field is whats causing the issue. ![Uploading Screen Shot 2020-09-24 at 6.30.47 PM.png…]()

Fonta1n3 commented 3 years ago

LGTM, thanks @FeedMyTummy