From 63741d82644944f236c93e9f44cb988a38df1993 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 11 Jun 2015 09:44:13 +0100 Subject: Integrated addresses (standard address plus payment id) --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index fa16fd386..bc100f507 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -108,6 +108,7 @@ namespace cryptonote std::vector dsts, size_t num_splits ); bool print_address(const std::vector &args = std::vector()); + bool print_integrated_address(const std::vector &args = std::vector()); bool save(const std::vector &args); bool save_watch_only(const std::vector &args); bool set_variable(const std::vector &args); -- cgit v1.2.3