Skip to content

Commit

Permalink
Merge remote-tracking branch 'fc/develop' into stdevMauricio1802_t199…
Browse files Browse the repository at this point in the history
…_configurable_data_refresh_timeout
  • Loading branch information
olemis committed Dec 30, 2019
2 parents 0a25923 + 2399d16 commit 9408506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/models/modelWallets.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ func (m *ModelWallets) loadModel() {
for addresses.Next() {
a := addresses.Value()
outputs := a.GetCryptoAccount().ScanUnspentOutputs()
if outputs == nil {
continue
}
mo := NewModelOutputs(nil)
mo.SetAddress(a.String())
qOutputs := make([]*QOutput, 0)
Expand Down

0 comments on commit 9408506

Please sign in to comment.