Fix failing SN stake test

This commit is contained in:
Jason Rhinelander 2023-05-01 23:26:20 -03:00
parent 219bdab285
commit f69898e0e1
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def test_sn_stake(net, mike, alice, hal, ledger, sn):
# fee, then hal gets 13/100 of the rest:
reward = 0.5 * 16.5 * 0.9 * 0.13
check_sn_rewards(net, hal, sn, 13 - store_fee.fee, reward)
check_sn_rewards(net, hal, sn, 13.02 - store_fee.fee, reward)
def test_sn_reject(net, mike, hal, ledger, sn):