Skip to content

Sweep 033x and siag keys

Luke Champine requested to merge sweep into wallet

I considered combining seedScanner and keyScanner, but decided against it for two reasons: 1) they are sufficiently different in functionality (seedScanner also tracks largestIndexSeen) and 2) seeds are now the primary basis of wallet keys, so it makes sense for them to have their own code path, separate from 033x and siag (which are special cases).

Merge request reports