Skip to content

Commit

Permalink
fix: Revert example start stream contract filter back to social.near
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed Feb 20, 2024
1 parent 2e4bbbf commit c3f82f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-streamer/examples/start_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
version: 0,
redis_stream: "morgs.near/test:block_stream".to_string(),
rule: Some(Rule::ActionAnyRule(ActionAnyRule {
affected_account_id: "*".to_string(),
affected_account_id: "social.near".to_string(),
status: Status::Success.into(),
})),
}))
Expand Down

0 comments on commit c3f82f1

Please sign in to comment.