File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments