modified node/src/storage/git.rs
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,10 +59,16 @@ impl WriteStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -231,7 +237,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/fixtures.rs
@@ -7,7 +7,7 @@ use crate::test::arbitrary;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/tests.rs
@@ -8,7 +8,9 @@ use nakamoto_net::Protocol as _;
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|