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

replace with latest buildAddrOutput #24

Open
xhliu opened this issue Sep 22, 2023 · 2 comments
Open

replace with latest buildAddrOutput #24

xhliu opened this issue Sep 22, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@xhliu
Copy link
Contributor

xhliu commented Sep 22, 2023

else if (this.full()) {
const halfAmount = this.ctx.utxo.value / 2n;
const aliceOutput = Utils.buildPublicKeyHashOutput(hash160(this.alice), halfAmount);
const bobOutput = Utils.buildPublicKeyHashOutput(hash160(this.bob), halfAmount);
outputs = aliceOutput + bobOutput;

@xhliu xhliu added the good first issue Good for newcomers label Sep 22, 2023
@xhliu xhliu assigned msinkec and unassigned msinkec Sep 22, 2023
@ankana2113
Copy link

I want to work on this as a contributor to TSoC '24. Can you please assign the issue to me?

@xhliu
Copy link
Contributor Author

xhliu commented May 16, 2024

I want to work on this as a contributor to TSoC '24. Can you please assign the issue to me?

Of course. Thanks for helping with this. Feel free to take other pending issues as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants