In the loop we accidentally used origfee which is not the value to check, and also allowed the loop to exit too early since the new fee must be strictly greater than 0.0005.
Also converted/added a bunch of logging from comments.
In the loop we accidentally used origfee which is not the value to check, and also allowed the loop to exit too early since the new fee must be strictly greater than 0.0005.
Also converted/added a bunch of logging from comments.
452 | 453 | -def test_change_script_match(rbf_node, dest_address): 454 | - """Test that the same change addresses is used for the replacement transaction when possible.""" 455 | +def test_change_script_match(self, rbf_node, dest_address): 456 | + self.log.info('Test that the same change addresses is used for the replacement transaction when possible.') 457 | def get_change_address(tx):
test/functional/wallet_bumpfee.py:454:5: E306 expected 1 blank line before a nested definition, found 0
fixed, linter passing, merge please
ACK f1b45031148105754c23af08c891387e71c3c2c3 🏈
<details><summary>Show signature and timestamp</summary>
Signature:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
ACK f1b45031148105754c23af08c891387e71c3c2c3 🏈
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
pUgGvgwAkvzXwCDsArn/R/cQCKAPKFPl+GNz3gekt+dd27h8GPs/94lQJcFZXynQ
yetDewQNZD/jsX/Hcqm7L6SHTRF5tCAwalUxinhtppMkI1s+/WHZhkL4a2P7H/Ly
IE0j1cVwfMunbTkghFGe9d6x2kb8Spm0HUnNrPrB0CMExy/Ck+SymRpsSLprhZ93
FLbmbwcWWHoF5fydwlZpecz7h/Bi/UJB1v20YQZBSD3PXG3HnvnmRpeCM4PyM0Yw
gQNI75ms7HadiccyLpDVGJto2kSuj+WNSDV/wICKEMBxPflBjMvOEMG/BulC39V7
Pf2hvOPRUTeUxPi93ziKkd2SMDyb0UGErsJ56msUW5NBTci1EvGDUDXe8jHk9JND
BYzD5TnlKYgeT2A0YhGRHfPMjoUTtzONz85OwZKkWkF/GBUD+qFvLh9oChysuCP+
r0Zh46JtDCO3qaXFhCkuRpbGcRyY4YC6FJ9fkJV+oAjO1+5chwjGqcJNLJ8Rcir5
xGiNHth5
=hXEx
-----END PGP SIGNATURE-----
Timestamp of file with hash 2cb7f2f63d873829e88b88ecaf04dec4dacf7f4a5dff0034c9a41405f4ffb2b5 -
</details>
ACK efe1bb8
GitHub caches so aggressively, I didn't see this had been updated and then merged :man_shrugging: