Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Jul 15, 2024
1 parent 7e4d5bb commit 26ec289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-sync/storage-service/server/src/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl MockClient {
let notification = ReceivedMessage {
message: NetworkMessage::RpcRequest(RpcRequest {
protocol_id,
request_id: 0, // TODO: rand? inc?
request_id: 0,
priority: 0,
raw_request: data,
}),
Expand Down

0 comments on commit 26ec289

Please sign in to comment.