From f7da9759cd86bdfaf92d33f229fbf23c09402693 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Sat, 12 Jul 2025 12:12:23 +0300 Subject: [PATCH] patch --- README.md | 14 ++------------ autopeering/autopeering.go | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f11d9a9..bd24acb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # lbc -<<<<<<< HEAD -<<<<<<< HEAD -======= ->>>>>>> d8e9608 (Fix key parsing and update docs) -Experimental blockchain implementation built on Tendermint and BadgerDB. +Experimental blockchain for social cooperation implementation built on Tendermint and BadgerDB. ## Building @@ -20,7 +16,7 @@ The binary exposes several flags. To generate configuration files and keys for a new node run: ```bash -go run . --init --mode genesis +go run . init --mode genesis ``` For joining an existing network use `--mode join` instead. Once configured you @@ -31,9 +27,3 @@ go run . ``` See `--help` for a full list of available options. -<<<<<<< HEAD -======= -blockchain for social cooperation ->>>>>>> 1e4be97 (Initial commit) -======= ->>>>>>> d8e9608 (Fix key parsing and update docs) diff --git a/autopeering/autopeering.go b/autopeering/autopeering.go index 8b97d2d..1c160f9 100644 --- a/autopeering/autopeering.go +++ b/autopeering/autopeering.go @@ -1,4 +1,4 @@ -package autoPeering +package autopeering import ( "context"