Skip to content

Commit becb07a

Browse files
0xMimirdannywillems
authored andcommitted
CI fix
1 parent 472c293 commit becb07a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101101
- **Ledger**: document, clean and add tests for the crate `mina-tree`
102102
([#1531](https://github.com/o1-labs/mina-rust/pull/1531)).
103103
- **GRAPHQL**: fixed parsing when neither signature nor proof is given Issue [#1464](https://github.com/o1-labs/mina-rust/issues/1464)
104-
([#1546](https://github.com/o1-labs/mina-rust/pull/1546))
104+
([#1546](https://github.com/o1-labs/mina-rust/pull/1546))
105105

106106
## v0.17.0
107107

node/native/src/graphql/zkapp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ mod test {
16301630
};
16311631
let converted: MinaBaseControlStableV2 =
16321632
proof.try_into().expect("Error parsing None given auth");
1633-
1633+
16341634
assert_eq!(converted, MinaBaseControlStableV2::NoneGiven);
16351635
}
16361636

0 commit comments

Comments
 (0)