Implement generic online system #82

Merged
CoCo_Sol merged 14 commits from impl-online into main 2024-03-25 05:45:17 +00:00
Showing only changes of commit e4ead79cb1 - Show all commits

View file

@ -80,8 +80,7 @@ impl Connection {
path.push(".relay-data");
// Check if the file exists.
match false {
// path.exists()
match path.exists() {
true => {
// Read the file and parse the identifier and secret key.
let contents = fs::read(&path)?;