diff options
Diffstat (limited to 'src/cryptonote_core/tx_pool.h')
| -rw-r--r-- | src/cryptonote_core/tx_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index df79aea1d..ed75a3dfc 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -489,7 +489,7 @@ namespace cryptonote /** * @brief get transactions not in the passed set */ - bool get_complement(const std::vector<crypto::hash> &hashes, std::vector<cryptonote::blobdata> &txes) const; + bool get_complement(std::vector<crypto::hash> hashes, std::vector<cryptonote::blobdata> &txes) const; /** * @brief get info necessary for update of pool-related info in a wallet, preferably incremental |
