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
|
@ -261,10 +261,6 @@ int sgn(RefInt256 x) {
|
|||
return x->sgn();
|
||||
}
|
||||
|
||||
RefInt256 make_refint(long long x) {
|
||||
return td::RefInt256{true, td::Normalize(), x};
|
||||
}
|
||||
|
||||
RefInt256 zero_refint() {
|
||||
// static RefInt256 Zero = td::RefInt256{true, 0};
|
||||
// return Zero;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue