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

Feat/add Payout Settlement Transaction. #12

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
feat/added payout update transaction Builder
  • Loading branch information
jayendramadaram committed Jul 2, 2024
commit 53496f0bad8dace1d010f1481a924dac0b073afe
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode

**/__pycache__
**/.pytest_cache
channels/build
Expand All @@ -16,4 +18,5 @@ proposal/proposal.blg
simulations/logs/*
simulations/*.toolbox
venv
target
target
todo
29 changes: 29 additions & 0 deletions node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion node/uhpo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitcoin = "0.32.2"
bitcoin = {version = "0.32.2" , features = ["rand"] }
rand = "0.8.5"
Loading