[MINOR] Fix renew failing on eu-ger-2

MERGE REQUEST

MR Guidelines

Overview

Most of the renews on eu-ger-2 are failing right now due to insufficient txn fees 9690851735015772870 < 10000000000000000000. So the estimate is off by <5%. Probably due to the wallet of the portal having many fragmented outputs.

This means that the renter is currently underestimating the size of the txn. The txn contains both a revision and contract which is more than it used to in rhp2 so I increased the amount of fees we add to the txn by 50%.

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Changelog File Created

Issues Closed

Edited by Christopher Schinnerl

Merge request reports

Loading