Skip to content

Commit 26354df

Browse files
authored
Merge pull request #819 from openmina/fix/redux/instant
Fix WebNode: initial_time + Instant::now() != current time
2 parents 555bc51 + dd20405 commit 26354df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ poly-commitment = {git = "https://github.com/openmina/proof-systems", rev = "2fd
4747
libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false }
4848
vrf = { path = "vrf" }
4949
openmina-node-account = { path = "node/account" }
50-
redux = { git = "https://github.com/openmina/redux-rs.git", rev = "588dd76c", features = ["serde"] }
50+
redux = { git = "https://github.com/openmina/redux-rs.git", rev = "75d4d1d9", features = ["serde"] }
5151
serde = "1.0.190"
5252
serde_json = "1.0.107"
5353
serde_with = { version = "3.7.0", features = ["hex"] }

0 commit comments

Comments
 (0)