From b2635c8d64da6184b501a8dba9bde4513a55b7cb Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Mon, 3 Sep 2018 00:47:30 -0400 Subject: [PATCH] default to no wallet --- pc/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/app.h b/pc/app.h index 30c2fc5..6995dcc 100644 --- a/pc/app.h +++ b/pc/app.h @@ -12,7 +12,7 @@ #define USING_PC -#define BRIDGE_TO_WALLET +//#define BRIDGE_TO_WALLET void printing_init();