add logs
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user