Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sv2/subprotocols/common-messages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ pub const ERROR_CODE_SETUP_CONNECTION_UNSUPPORTED_FEATURE_FLAGS: &str = "unsuppo
pub const ERROR_CODE_SETUP_CONNECTION_UNSUPPORTED_PROTOCOL: &str = "unsupported-protocol";
pub const ERROR_CODE_SETUP_CONNECTION_MISSING_DECLARE_TX_DATA_FLAG: &str =
"missing-declare-tx-data-flag";
pub const ERROR_CODE_SETUP_CONNECTION_PROTOCOL_VERSION_MISMATCH: &str = "protocol-version-mismatch";
Loading