aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-03-01 22:27:27 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-03-02 19:02:41 +0000
commit2c468dd42989d429ae2ebcd696332a4092b4b4cc (patch)
treefd06417f46dd092d1a892093a5b46126d58e1b43 /src/wallet/wallet2.h
parentMerge pull request #1798 (diff)
downloadmonero-2c468dd42989d429ae2ebcd696332a4092b4b4cc.tar.xz
allow user I/O in millinero, micronero, nanonero, piconero
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 701a0e0b7..81ce7c222 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -510,6 +510,8 @@ namespace tools
void confirm_missing_payment_id(bool always) { m_confirm_missing_payment_id = always; }
bool ask_password() const { return m_ask_password; }
void ask_password(bool always) { m_ask_password = always; }
+ void set_default_decimal_point(unsigned int decimal_point);
+ unsigned int get_default_decimal_point() const;
bool get_tx_key(const crypto::hash &txid, crypto::secret_key &tx_key) const;