https://github.com/bitcoin/bitcoin/actions/runs/16636698220/job/47078938995#step:7:16110:
test 2025-07-31T01:37:44.029094Z TestFramework (ERROR): Unexpected exception
Traceback (most recent call last):
File "/home/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 195, in main
self.run_test()
File "/home/runner/work/bitcoin/bitcoin/build/test/functional/wallet_sendall.py", line 536, in run_test
self.sendall_anti_fee_sniping()
File "/home/runner/work/bitcoin/bitcoin/build/test/functional/wallet_sendall.py", line 21, in wrapper
func(self)
File "/home/runner/work/bitcoin/bitcoin/build/test/functional/wallet_sendall.py", line 440, in sendall_anti_fee_sniping
assert_greater_than(tx_from_wallet["decoded"]["locktime"], tx_from_wallet["blockheight"] - 100)
File "/home/runner/work/bitcoin/bitcoin/test/functional/test_framework/util.py", line 87, in assert_greater_than
raise AssertionError("%s <= %s" % (str(thing1), str(thing2)))
AssertionError: 37 <= 37