mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
accounts/abi: forgot to leave this bit out
Signed-off-by: VoR0220 <rj@erisindustries.com>
This commit is contained in:
parent
2b152e7669
commit
b26ad53ced
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ func (n *Node) openDataDir() error {
|
||||||
// Try to open the instance directory as LevelDB storage. This creates a lock file
|
// 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
|
// which prevents concurrent use by another instance as well as accidental use of the
|
||||||
// instance directory as a database.
|
// instance directory as a database.
|
||||||
storage, err := storage.OpenFile(instdir)
|
storage, err := storage.OpenFile(instdir, true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue