accounts/abi: forgot to leave this bit out

Signed-off-by: VoR0220 <rj@erisindustries.com>
This commit is contained in:
VoR0220 2016-11-01 13:16:41 -05:00
parent 2b152e7669
commit b26ad53ced
No known key found for this signature in database
GPG key ID: D4AB109D9B5D6386

View file

@ -248,7 +248,7 @@ func (n *Node) openDataDir() error {
// Try to open the instance directory as LevelDB storage. This creates a lock file
// which prevents concurrent use by another instance as well as accidental use of the
// instance directory as a database.
storage, err := storage.OpenFile(instdir)
storage, err := storage.OpenFile(instdir, true)
if err != nil {
return err
}