Closed alamshafil closed 2 years ago
Cache PoW hashes for Yespower (MinotaurX) to speed up wallet loading since yespower (a cpu heavy hash) is used in GetHash() instead of GetPoWHash().
GetHash()
GetPoWHash()
Fixed by #168
Cache PoW hashes for Yespower (MinotaurX) to speed up wallet loading since yespower (a cpu heavy hash) is used in
GetHash()
instead ofGetPoWHash()
.