Skip to content

Commit

Permalink
build(deps): bump nimiq_rpc from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [nimiq_rpc](https://github.com/nimiq-community/rust-client) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/nimiq-community/rust-client/releases)
- [Commits](nimiq-community/rust-client@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: nimiq_rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jsdanielh committed May 3, 2024
1 parent bdbf5e9 commit 7b137f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pow-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nimiq-primitives = { workspace = true, features = ["policy"] }
nimiq-serde = { workspace = true }
nimiq-transaction = { workspace = true }
nimiq-vrf = { workspace = true }
nimiq_rpc = "0.3.1"
nimiq_rpc = "0.4.0"
percentage = "0.1"
rand = "0.8"
serde = "1.0"
Expand Down
1 change: 1 addition & 0 deletions pow-migration/src/monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub fn generate_ready_tx(validator: String) -> OutgoingTransaction {
to: Address::burn_address().to_user_friendly_address(),
value: 1, //Lunas
fee: 0,
data: None,
}
}

Expand Down

0 comments on commit 7b137f3

Please sign in to comment.