mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
small fix on Empty slot data
* Stopped pasting "Empty" on top of "Null"
This commit is contained in:
@@ -204,7 +204,7 @@ async fn poll(client: DNetView, model: Arc<Model>) -> Result<()> {
|
||||
let channel = Channel::new(msg, status);
|
||||
let new_slot = Slot::new(
|
||||
is_empty,
|
||||
String::from("Empty"),
|
||||
String::new(),
|
||||
channel,
|
||||
state.as_str().unwrap().to_string(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user