Skip to content

Return empty transaction object if update not necessary, fix gitignore file

Eddie Wang requested to merge wallet-optimization-fix into master

Two small bug-fixes in this MR:

  1. Returns an empty transaction object is the sinceHeight is greater than the consensus.height. This prevents the app from polling siad if there are no blocks to poll from.

  2. Fixes gitignore to only ignore root-level folders for siad generated folders. This affect the saga layout since we follow a similar structure now.

Merge request reports