Skip to content

Commit b723ac1

Browse files
authored
Merge pull request #5119 from stacks-network/chore/fix-message-name-in-httpcore
Chore/fix message name in httpcore.rs StacksHttpMessage
2 parents 2be69cb + 072be56 commit b723ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/httpcore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ impl MessageSequence for StacksHttpMessage {
764764
}
765765

766766
fn get_message_name(&self) -> &'static str {
767-
"StachsHttpMessage"
767+
"StacksHttpMessage"
768768
}
769769
}
770770

0 commit comments

Comments
 (0)