We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbbb84 commit ff76917Copy full SHA for ff76917
app/background/node/service.js
@@ -66,7 +66,6 @@ export class NodeService extends EventEmitter {
66
}
67
68
async startNode() {
69
- await put('hsd-2.4.0-migrate', false);
70
if (this.hsd) {
71
return;
72
package.json
@@ -2,7 +2,7 @@
2
"name": "bob-wallet",
3
"productName": "Bob",
4
"author": "Kyokan Group, Inc.",
5
- "version": "0.7.0-rc.4",
+ "version": "0.7.0",
6
"description": "A Handshake wallet and auction manager.",
7
"scripts": {
8
"build": "./scripts/package.sh",
0 commit comments