diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-01 22:27:27 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-02 19:02:41 +0000 |
commit | 2c468dd42989d429ae2ebcd696332a4092b4b4cc (patch) | |
tree | fd06417f46dd092d1a892093a5b46126d58e1b43 /src/wallet/wallet2.h | |
parent | Merge pull request #1798 (diff) | |
download | monero-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.h | 2 |
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; |