Skip to content

mark watch-only unspent outputs

Luke Champine requested to merge unspent-watched into master

Previously it wasn't possible to distinguish which outputs came from the wallet's seed and which ones came from watched addresses. Now that they are distinguishable, you can do nice things like only using seed-based outputs to construct transactions, or determining the total value of all the watch-only outputs.

Merge request reports