From 5b449d776294cacd81d67c783fae42f4dae763b4 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 11 May 2022 08:48:44 +0200 Subject: [PATCH] snap: Rework description See https://github.com/bitcoin/bitcoin/commit/b8ded26ef3d7c58a938050659e4c50d850628dff --- snap/snapcraft.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6a044d0..9196543 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,10 @@ name: bitcoin-core version: '23.0' -summary: peer-to-peer network based digital currency +summary: Fully validating Bitcoin peer-to-peer network node, wallet and GUI description: | - Bitcoin is a free open source peer-to-peer electronic cash system that - is completely decentralized, without the need for a central server or - trusted parties. Users hold the crypto keys to their own money and - transact directly with each other, with the help of a P2P network to - check for double-spending. + Bitcoin Core connects to the Bitcoin peer-to-peer network to download and + fully validate blocks and transactions. It also includes a wallet and + graphical user interface. grade: stable confinement: strict