Page MenuHomePhabricator

port walletallowsymboliclink option
AbandonedPublic

Authored by jonald_fyookball on May 3 2018, 13:05.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary
Test Plan
  1. cd into ~/.bitcoin folder
  2. move existing wallet.dat to temporary location
  3. create symlink called wallet.dat that points to actual wallet file.
  4. run bitcoin-qt.
  5. message should appear that wallet file is invalid.
  6. run bitcoin-qt -walletallowsymboliclink=1
  7. message shouldnt appear. wallet should load normally.

Diff Detail