Merge pull request #30 from maraoz/bug/p2p-quickfix
fixing class migration bug
This commit is contained in:
commit
d6e2415822
@ -41,7 +41,7 @@ function spec() {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
fs.writeFileSync(this.peerdb_fn, JSON.stringify(this.peerdb));
|
fs.writeFileSync(peerdb_fn, JSON.stringify(this.peerdb));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user