Skip to content

Commit bc4be8d

Browse files
authored
Merge pull request #23 from rustaceanrob/8-12-rn
Rename `peers` to `network`
2 parents 82467d5 + 07927e7 commit bc4be8d

File tree

7 files changed

+3
-6
lines changed

7 files changed

+3
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
2-
members = ["accumulator", "peers"]
3-
default-members = ["accumulator", "peers"]
2+
members = ["accumulator", "network"]
3+
default-members = ["accumulator", "network"]
44
resolver = "3"
55

66
[workspace.dependencies]

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55
This repository is a collection of crates related to a SwiftSync node implementation. Some crates will be SwiftSync-specific, while others may have broader use cases.
66

77
`accumulator`: A hash-based SwiftSync accumulator used to add and subtrack elements from a set.
8-
`p2p`: Utilities for creating and facilitating Bitcoin peer-to-peer connections.
9-
`peers`: Tools to find Bitcoin peers
10-
`utxo_verifier`: A binary application that uses each of the above crates to verify a UTXO snapshot is valid.
11-
8+
`network`: Tools to find Bitcoin peers
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)