diff options
| author | koe <ukoe@protonmail.com> | 2021-08-02 23:27:43 -0500 |
|---|---|---|
| committer | koe <ukoe@protonmail.com> | 2022-02-22 16:37:42 -0600 |
| commit | e08abaa43f2c534bf21c0ed59ba325538502007e (patch) | |
| tree | e9df79c11b538a2672643526dd63b01354b11565 /src/simplewallet/simplewallet.h | |
| parent | b58a9fb12e6438aee854cdfab8a6208ea22f6391 (diff) | |
| download | monzero-core-e08abaa43f2c534bf21c0ed59ba325538502007e.tar.gz monzero-core-e08abaa43f2c534bf21c0ed59ba325538502007e.tar.xz monzero-core-e08abaa43f2c534bf21c0ed59ba325538502007e.zip | |
multisig key exchange update and refactor
Diffstat (limited to 'src/simplewallet/simplewallet.h')
| -rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 8780bee1d..4bb2c6a71 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -233,7 +233,6 @@ namespace cryptonote bool prepare_multisig_main(const std::vector<std::string>& args, bool called_by_mms); bool make_multisig(const std::vector<std::string>& args); bool make_multisig_main(const std::vector<std::string>& args, bool called_by_mms); - bool finalize_multisig(const std::vector<std::string> &args); bool exchange_multisig_keys(const std::vector<std::string> &args); bool exchange_multisig_keys_main(const std::vector<std::string> &args, bool called_by_mms); bool export_multisig(const std::vector<std::string>& args); |
