Reworked domain contacts.

This commit is contained in:
Revertron
2021-05-07 10:14:14 +02:00
parent 148b4b31ac
commit 01e97ed7a0
3 changed files with 41 additions and 10 deletions
+1
View File
@@ -369,6 +369,7 @@ fn action_create_domain(context: Arc<Mutex<Context>>, miner: Arc<Mutex<Miner>>,
return;
}
};
info!("Parsed domain data:\n{:#?}", &data);
if data.records.len() > MAX_RECORDS {
show_warning(web_view, "Too many records. Mining more than 30 records not allowed.");
let _ = web_view.eval("domainMiningUnavailable();");