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

Commit 9e84f0f

Browse files
dungeon-master-666maratsarbasov
authored andcommitted
build fix
1 parent efb5ab4 commit 9e84f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonlib/tonlib/TonlibClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ struct ToRawTransactions {
24652465
transactions.push_back(std::move(raw_transaction));
24662466
}
24672467

2468-
return transactions;
2468+
return std::move(transactions);
24692469
}
24702470
};
24712471

0 commit comments

Comments
 (0)