Merge pull request #3186

7ed62e63 cryptonote_protocol: fix std::move usage on different types (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-28 09:54:17 -08:00
commit 4fcf609942
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 1 deletions

View File

@ -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;