Skip to content

Commit

Permalink
Add NAV cold_staking script type #1450 (#1466)
Browse files Browse the repository at this point in the history
* NAV cold_staking script type

* move test tx JSONs to external file
  • Loading branch information
shamardy committed Sep 12, 2022
1 parent 5e2dd3d commit 3a69055
Show file tree
Hide file tree
Showing 7 changed files with 1,490 additions and 1,419 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion mm2src/mm2_bitcoin/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ serialization = { path = "../serialization" }
chain = { path = "../chain" }
primitives = { path = "../primitives" }
keys = { path = "../keys" }
script = { path = "../script" }
script = { path = "../script" }

[dev-dependencies]
lazy_static = "1.4"
Loading

0 comments on commit 3a69055

Please sign in to comment.