Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dungeon-master-666 authored and maratsarbasov committed May 13, 2022
1 parent efb5ab4 commit 9e84f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonlib/tonlib/TonlibClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,7 @@ struct ToRawTransactions {
transactions.push_back(std::move(raw_transaction));
}

return transactions;
return std::move(transactions);
}
};

Expand Down

0 comments on commit 9e84f0f

Please sign in to comment.