aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorkoe <ukoe@protonmail.com>2021-08-02 23:27:43 -0500
committerkoe <ukoe@protonmail.com>2022-02-24 14:47:13 -0600
commit743dd0e3b49582b802ddc552c20fb97fc26738d8 (patch)
tree06c44ee3fc7a079158210015b119bc21b6c2d039 /src/cryptonote_core
parentMerge pull request #8131 (diff)
downloadmonero-743dd0e3b49582b802ddc552c20fb97fc26738d8.tar.xz
multisig key exchange update and refactor
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/cryptonote_tx_utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_tx_utils.cpp b/src/cryptonote_core/cryptonote_tx_utils.cpp
index cee10e198..b165e1091 100644
--- a/src/cryptonote_core/cryptonote_tx_utils.cpp
+++ b/src/cryptonote_core/cryptonote_tx_utils.cpp
@@ -43,7 +43,6 @@ using namespace epee;
#include "crypto/crypto.h"
#include "crypto/hash.h"
#include "ringct/rctSigs.h"
-#include "multisig/multisig.h"
using namespace crypto;