fibercrypto / fibercryptowallet

Multi-coin cryptocurrency wallet
GNU General Public License v3.0
27 stars 15 forks source link

Remove nil returns of ScanUnspendOutputs implementation #335

Closed hsequeda closed 4 years ago

hsequeda commented 4 years ago

Describe the bug When i use the method ScanUnspendOutputs of hte SkycoinAddress type when i am offline this return a "Invalid memory address or nil pointer dereference" error.

Steps to Reproduce Steps to reproduce the behavior:

1.Run the application in offline mode.

  1. Go to OutputsPage.
  2. See error

Possible implementation Remove the return nil sentences.