aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-11-13 16:24:42 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-17 16:12:41 +0000
commit31a97e761e6b7570efb5e1b58fd744a0edcad953 (patch)
treec38756cf50aa8dab104263aa166caeb35d17bbf1 /src/wallet/wallet2.h
parentwallet: add multisig sign/submit RPC (diff)
downloadmonero-31a97e761e6b7570efb5e1b58fd744a0edcad953.tar.xz
wallet: use raw encrypted data in multisig import/export RPC
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 7a8becb3c..cb9d7e980 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -499,12 +499,12 @@ namespace tools
* Export multisig info
* This will generate and remember new k values
*/
- std::vector<tools::wallet2::multisig_info> export_multisig();
+ cryptonote::blobdata export_multisig();
/*!
* Import a set of multisig info from multisig partners
* \return the number of inputs which were imported
*/
- size_t import_multisig(std::vector<std::vector<tools::wallet2::multisig_info>> info);
+ size_t import_multisig(std::vector<cryptonote::blobdata> info);
/*!
* \brief Rewrites to the wallet file for wallet upgrade (doesn't generate key, assumes it's already there)
* \param wallet_name Name of wallet file (should exist)