diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-22 22:15:50 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-22 22:15:50 +0200 |
commit | f800390ccccb55a73283535fb15608d324bc9e71 (patch) | |
tree | 19402c11e9c9cc20b214c41384ebf509584ae4da /src/wallet/wallet2.h | |
parent | Merge pull request #1223 (diff) | |
parent | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs (diff) | |
download | monero-f800390ccccb55a73283535fb15608d324bc9e71.tar.xz |
Merge pull request #1224
8231997 simplewallet: fix sweep_all misreporting sweeped amount for rct outputs (moneromooo-monero)
985f61a wallet: force 0 mixin transactions to use pre-rct txes (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 4777102af..422d92b47 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -446,6 +446,7 @@ namespace tools bool get_tx_key(const crypto::hash &txid, crypto::secret_key &tx_key) const; uint64_t get_num_rct_outputs(); + const transfer_details &get_transfer_details(size_t idx) const; void get_hard_fork_info(uint8_t version, uint64_t &earliest_height); bool use_fork_rules(uint8_t version, int64_t early_blocks = 0); |