Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return the memory after scrypt to the OS.
Previously a runtime.GC was being invoked which forced it to release the memory as far as the garbage collector is concerned, but the memory was not released back to the OS immediatley. This modification allows the memory to be released immedately since it won't be needed again until the next wallet unlock.
- Loading branch information