test: fix funding for ProRegTx with external collateral#7467
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
🔍 Review in progress — actively reviewing now (commit 2144bf2) |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Walkthrough
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| tx.nVersion = 3; | ||
| tx.nType = TRANSACTION_PROVIDER_REGISTER; | ||
| const auto spent = FundTransaction(chainman, tx, utxos, scriptPayout, dmn_types::Regular.collat_amount); | ||
| // The collateral is external (referenced via collateralOutpoint), so this tx only needs to fund a fee. |
Issue being fixed or feature implemented
#7455 follow-up
What was done?
How Has This Been Tested?
Breaking Changes
Checklist: