You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was discussed in #2841 and #2900. It's kept for compatibility. We can introduce an additional unclaimedGas/1, but I doubt it's a priority for now.
https://github.com/neo-project/neo/blob/6df83952d01b6c9486814f677fe42a2922ce3ee1/src/Neo/SmartContract/Native/NeoToken.cs#L174C4-L174C4
The
end
can only beLedger.CurrentIndex(snapshot) + 1
, but it still an external argument at getUnclaimedGas
.https://github.com/neo-project/neo/blob/6df83952d01b6c9486814f677fe42a2922ce3ee1/src/Neo/SmartContract/Native/NeoToken.cs#L337C86-L337C86
The text was updated successfully, but these errors were encountered: