modified radicle-node/src/main.rs
@@ -2,6 +2,7 @@ use std::{env, net, process, thread};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -18,6 +19,7 @@ struct Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -53,7 +55,7 @@ fn main() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -10,8 +10,8 @@
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|
@@ -22,6 +22,18 @@ use crate::node;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -107,7 +119,7 @@ impl Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -115,7 +127,7 @@ impl Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|