trigger electrs when polling

This commit is contained in:
Riccardo Casatta
2021-06-17 16:03:33 +02:00
parent 18dcda844f
commit 696647b893
5 changed files with 5 additions and 228 deletions

View File

@@ -383,9 +383,9 @@ impl BatchDatabase for Tree {
#[cfg(test)]
mod test {
use lazy_static::lazy_static;
use std::sync::{Arc, Condvar, Mutex, Once};
use std::time::{SystemTime, UNIX_EPOCH};
use lazy_static::lazy_static;
use sled::{Db, Tree};