aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2019-12-05 16:52:18 -0500
committerAndrew Chow <[email protected]>2020-05-15 18:00:10 -0400
commit1ed52fbb4d81f7b7634fd4fb6d1d00e1478129dc (patch)
tree81c7714f9a7f2f0d6afacd089c748e7549718746 /src/httpserver.cpp
parentTest that keys from inactive seeds are generated (diff)
downloaddiscoin-1ed52fbb4d81f7b7634fd4fb6d1d00e1478129dc.tar.xz
discoin-1ed52fbb4d81f7b7634fd4fb6d1d00e1478129dc.zip
Remove IBD check in sethdseed
It is no longer necessary to wait for IBD to be complete before setting a HD seed. This check was originally to ensure that restoring an old seed on an out of sync node would scan the entire blockchain and thus not miss transactions that involved keys that were not in the keypool. This was necessary as once the seed was changed, no further keys would be derived from the old seed(s). As we are now topping up inactive seeds as we find those keys to be used, this check is no longer necessary. During IBD, each time we find a used key belonging to an inactive hd seed, we will still generate more keys from that inactive seed.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions