Skip to content

Commit

Permalink
minimal fees (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
modship authored Mar 28, 2024
1 parent 9556b54 commit 20972cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions proto/commons/massa/model/v1/node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ message ConnectedNode {
// ConnectionType enum
enum ConnectionType {
CONNECTION_TYPE_UNSPECIFIED = 0; // Default enum value
CONNECTION_TYPE_INCOMING = 1; // Incoming connection
CONNECTION_TYPE_OUTGOING = 2; // Outgoing connection
CONNECTION_TYPE_INCOMING = 1; // Incoming connection
CONNECTION_TYPE_OUTGOING = 2; // Outgoing connection
}

// Compact configuration
Expand Down Expand Up @@ -121,4 +121,6 @@ message PublicStatus {
CompactConfig config = 11;
// Chain id
uint64 chain_id = 12;
// minimal fees
massa.model.v1.NativeAmount minimal_fees = 13;
}

0 comments on commit 20972cd

Please sign in to comment.