Skip to content

Commit

Permalink
Merge pull request #78 from tnull/2023-04-last-minute-README-fix
Browse files Browse the repository at this point in the history
Update README for latest changes
  • Loading branch information
tnull authored Apr 27, 2023
2 parents 34c8617 + 2962c8d commit 6e0fc7d
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 @@ -46,7 +46,7 @@ LDK Node currently comes with a decidedly opionated set of design choices:
- Chain data is accessed via Esplora (support for Electrum and `bitcoind` RPC will follow)
- Wallet and channel state is persisted to file system (support for SQLite will follow)
- Gossip data is sourced via Lightnings peer-to-peer network (support for [Rapid Gossip Sync](https://docs.rs/lightning-rapid-gossip-sync/*/lightning_rapid_gossip_sync/) will follow)
- Entropy for the Lightning and on-chain wallets may be generated and persisted for or provided by the user (support for [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) mnemonics will follow)
- Entropy for the Lightning and on-chain wallets may be generated and persisted for or provided by the user (as raw bytes or [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) mnemonic)


## Language Support
Expand Down

0 comments on commit 6e0fc7d

Please sign in to comment.