mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
[arith_uint256] Avoid unnecessary this-copy using prefix operator
This commit is contained in:
parent
bf3353de90
commit
22b4aae028
@ -85,7 +85,7 @@ public:
|
||||
base_uint ret;
|
||||
for (int i = 0; i < WIDTH; i++)
|
||||
ret.pn[i] = ~pn[i];
|
||||
ret++;
|
||||
++ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user