Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Use varadic call internally #61

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Fix: Use varadic call internally #61

merged 1 commit into from
Oct 5, 2021

Conversation

tigh-latte
Copy link
Contributor

There's no point iterating the utxos in tx.Fund and passing them into FromUTXOs when we can just pass them in at once.

@tigh-latte tigh-latte requested review from theflyingcodr and jadwahab and removed request for theflyingcodr October 4, 2021 15:36
@mergify mergify bot added the bug-P3 label Oct 4, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #61 (504e664) into master (7440322) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   84.76%   84.75%   -0.01%     
==========================================
  Files          28       28              
  Lines        3012     3011       -1     
==========================================
- Hits         2553     2552       -1     
  Misses        325      325              
  Partials      134      134              
Impacted Files Coverage Δ
txinput.go 85.26% <0.00%> (-0.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7440322...504e664. Read the comment docs.

@mergify mergify bot merged commit dda328c into master Oct 5, 2021
@mergify mergify bot deleted the fix/use-varadic branch October 5, 2021 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants