Implemented DNS on blockchain. Beautified a lot of code, fixed some things.
This commit is contained in:
@@ -27,6 +27,7 @@ impl<T: Clone> Bus<T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::thread;
|
||||
|
||||
Reference in New Issue
Block a user