oxen-io / oxen-core

Oxen core repository, containing oxend and oxen cli wallets
https://oxen.io
Other
314 stars 120 forks source link

Fix rpc wrong staking requirement #1718

Closed jagerman closed 3 weeks ago

jagerman commented 3 weeks ago

When height wasn't passed it used the default current height for the returned RPC value, but not for the actual call to retrieve the current staking requirement, so it was passing a height of 0 and thus returning the old Oxen testnet requirement of 100 instead of the new SENT 120 requirement.