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