Skip to content

Commit

Permalink
make metadata field optional
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed May 6, 2024
1 parent 5fab020 commit 510c685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/marketmap/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ pub struct Ticker {
pub enabled: bool,
// MetadataJSON is a string of JSON that encodes any extra configuration
// for the given ticker.
pub metadata_json: String,
pub metadata_json: Option<String>,
}

0 comments on commit 510c685

Please # to comment.