cryptonote_protocol: fix std::move usage on different types

This commit is contained in:
moneromooo-monero 2018-01-26 10:13:06 +00:00
parent 09d19c9139
commit 7ed62e63e5
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -445,7 +445,7 @@ namespace cryptonote
// //
// Also, remember to pepper some whitespace changes around to bother // Also, remember to pepper some whitespace changes around to bother
// moneromooo ... only because I <3 him. // moneromooo ... only because I <3 him.
std::vector<size_t> need_tx_indices; std::vector<uint64_t> need_tx_indices;
transaction tx; transaction tx;
crypto::hash tx_hash; crypto::hash tx_hash;