This commit is contained in:
William
2025-01-02 15:35:01 +08:00
parent 33d4b05c56
commit eccd75fb60
2 changed files with 3 additions and 1 deletions
@@ -57,11 +57,13 @@ where
}
msg = stream.next() => {
match msg {
println!("msg: {}", msg);
Some(msg) => {
if let Some(_err) = msg.value.err {
continue;
}
println!("logs: {}", msg.value.logs);
process_logs_callback(msg.value.signature, msg.value.logs);
}
None => {