From 0c77ce7dcf02f77fce8f188ee56468f891c4da9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20W=C3=BCnsch?= Date: Sun, 5 Jan 2025 11:07:25 +0100 Subject: [PATCH] Update docs --- README.md | 1 + docs/CONTRIBUTING.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed42e45e..eae51861 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Or download the latest APK from the [Releases Section](https://github.com/michae - [x] NFC support - [x] Transaction filters - [x] BTC, mBTC, bit & Satoshi units +- [x] Display payment paths - [x] Fiat currency prices - [x] Support for SegWit & Taproot - [x] Sign/Verify diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 02e3baf7..f2c4d3e3 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -23,8 +23,6 @@ Thanks for being willing to contribute! - Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. -- Before submitting, please read the [Coding Guidelines](#coding-guidelines) to know more about our coding conventions and practices. - #### **Do you intend to add a new feature or change an existing one?** - Please join us on [discord][discord] and check [open issues][issues] to see what contributions are needed before tackling a task to avoid duplicate work.