mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix converting int to int256 (#925)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
310dd6dec1
commit
b09f910bf2
5 changed files with 24 additions and 15 deletions
|
@ -113,8 +113,6 @@ RefInt256 make_refint(Args&&... args) {
|
|||
return td::RefInt256{true, std::forward<Args>(args)...};
|
||||
}
|
||||
|
||||
extern RefInt256 make_refint(long long x);
|
||||
|
||||
extern RefInt256 zero_refint();
|
||||
extern RefInt256 bits_to_refint(td::ConstBitPtr bits, int n, bool sgnd = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue