mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-13 06:33:27 +01:00
Merge pull request #3186
7ed62e63
cryptonote_protocol: fix std::move usage on different types (moneromooo-monero)
This commit is contained in:
commit
4fcf609942
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user