Skip to content

Commit 0f779e5

Browse files
authored
fix(fortuna): fix openapi schema (#2630)
1 parent 9286391 commit 0f779e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/fortuna/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.

apps/fortuna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fortuna"
3-
version = "7.5.0"
3+
version = "7.5.1"
44
edition = "2021"
55

66
[lib]

apps/fortuna/src/api/revelation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub struct RevelationPathParams {
125125
#[into_params(parameter_in=Query)]
126126
pub struct RevelationQueryParams {
127127
pub encoding: Option<BinaryEncoding>,
128-
#[param(value_type = u64)]
128+
#[param(value_type = Option<u64>)]
129129
pub block_number: Option<BlockNumber>,
130130
}
131131

0 commit comments

Comments
 (0)