Skip to content

Commit

Permalink
nit: fix directory name in project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
claddyy committed Feb 10, 2024
1 parent ad98bdb commit 5e22551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The project is divided into two modules. The core module provides the core funct
| **`src/core`** | Contains core library functions that are needed to support silent payment integration in a wallet. |
| **`src/wallet`** | Encompasses the wallet class which is responsible for all wallet-operations. |
| **`src/wallet/db`** | Exposes a db interface. Provides a file-based key value database. |
| **`src/wallet/db`** | Exposes an interface for network operations. Provides an Esplora client which implements the network interface. |
| **`src/wallet/network`** | Exposes an interface for network operations. Provides an Esplora client which implements the network interface. |
| **`test`** | Contains unit and integration tests. |

## Project Status
Expand Down

0 comments on commit 5e22551

Please sign in to comment.