mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
cryptonote_protocol: fix std::move usage on different types
This commit is contained in:
parent
09d19c9139
commit
7ed62e63e5
@ -445,7 +445,7 @@ namespace cryptonote
|
||||
//
|
||||
// Also, remember to pepper some whitespace changes around to bother
|
||||
// moneromooo ... only because I <3 him.
|
||||
std::vector<size_t> need_tx_indices;
|
||||
std::vector<uint64_t> need_tx_indices;
|
||||
|
||||
transaction tx;
|
||||
crypto::hash tx_hash;
|
||||
|
Loading…
Reference in New Issue
Block a user