Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
massabot committed Mar 28, 2024
1 parent 25638b3 commit 426fd32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion massa-proto
Binary file modified src/api_private.bin
Binary file not shown.
Binary file modified src/api_public.bin
Binary file not shown.
3 changes: 3 additions & 0 deletions src/massa.model.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1788,6 +1788,9 @@ pub struct PublicStatus {
/// Chain id
#[prost(uint64, tag = "12")]
pub chain_id: u64,
/// minimal fees
#[prost(message, optional, tag = "13")]
pub minimal_fees: ::core::option::Option<NativeAmount>,
}
/// ConnectionType enum
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
Expand Down

0 comments on commit 426fd32

Please sign in to comment.