aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-02 23:14:41 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-18 15:14:41 +0000
commit588e670089079cbdfbf61465116ee759aa76c3f5 (patch)
tree09cf93f5dc4c1a5eaf020120c76d8975c416c241 /src/simplewallet/simplewallet.cpp
parentwallet2: "output lineup" fake out selection (diff)
downloadmonero-588e670089079cbdfbf61465116ee759aa76c3f5.tar.xz
simplewallet: fix output representation offset
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 560c5be24..88ca09683 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -5579,7 +5579,7 @@ bool simple_wallet::print_ring_members(const std::vector<tools::wallet2::pending
if (j == source.real_output)
highlight_height = heights[j];
}
- std::pair<std::string, std::string> ring_str = show_outputs_line(heights, highlight_height);
+ std::pair<std::string, std::string> ring_str = show_outputs_line(heights, blockchain_height, highlight_height);
ostr << ring_str.first << tr("\n|") << ring_str.second << tr("|\n");
}
// warn if rings contain keys originating from the same tx or temporally very close block heights