From ed29774c26567686fca55a0635475140b6a2e0d3 Mon Sep 17 00:00:00 2001 From: James Coxon Date: Fri, 14 Apr 2017 09:44:49 +0100 Subject: [PATCH] Switched default unit to Mrai not krai Finding that automatically switch to Mrai so changed to default --- rai/qt/qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/qt/qt.cpp b/rai/qt/qt.cpp index 73d705c8..d815a0a9 100644 --- a/rai/qt/qt.cpp +++ b/rai/qt/qt.cpp @@ -115,7 +115,7 @@ wallet (wallet_a) this->wallet.change_rendering_ratio (rai::rai_ratio); } }); - krai->click (); + mrai->click (); } void rai_qt::self_pane::refresh_balance ()