Skip to content

Commit 56b07ed

Browse files
committed
fix: minor updates and adjustments
1 parent a2ecb9d commit 56b07ed

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ include .make/common.mk
44
# Common Golang makefile commands & variables between projects
55
include .make/go.mk
66

7-
# Temporary makefile for initializing a new Go project template (remove this!)
8-
97
## Set default repository details if not provided
108
REPO_NAME ?= go-subtree
119
REPO_OWNER ?= bsv-blockchain

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ Edit `AGENTS.md` first when adjusting these policies, and keep the other files i
324324
<br/>
325325

326326
## 👥 Maintainers
327-
| [<img src="https://github.com/icellan.png" height="50" alt="Siggi" />](https://github.com/icellan) |
328-
|:--------------------------------------------------------------------------------------------------:|
329-
| [Siggi](https://github.com/icellan) |
327+
| [<img src="https://github.com/icellan.png" height="50" alt="Siggi" />](https://github.com/icellan) | [<img src="https://github.com/ordishs.png" height="50" alt="Simon" />](https://github.com/ordishs) | [<img src="https://github.com/freemans13.png" height="50" alt="Stu" />](https://github.com/freemans13) | [<img src="https://github.com/liam.png" height="50" alt="Liam" />](https://github.com/liam) | [<img src="https://github.com/gokutheengineer.png" height="50" alt="Gokhan" />](https://github.com/gokutheengineer) |
328+
|:--------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------:|
329+
| [Siggi](https://github.com/icellan) | [Simon](https://github.com/ordishs) | [Stu](https://github.com/freemans13) | [Liam](https://github.com/liam) | [Gokhan](https://github.com/gokutheengineer) |
330330

331331
<br/>
332332

@@ -344,4 +344,4 @@ You can also support this project by [becoming a sponsor on GitHub](https://gith
344344

345345
## 📝 License
346346

347-
[![License](https://img.shields.io/github/license/bsv-blockchain/go-subtree.svg?style=flat&v=1)](LICENSE)
347+
[![License](https://img.shields.io/badge/license-OpenBSV-blue?style=flat&logo=springsecurity&logoColor=white)](LICENSE)

subtree_benchmark_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ package subtree_test
33
import (
44
"crypto/rand"
55
"encoding/binary"
6+
"testing"
7+
68
"github.com/bsv-blockchain/go-subtree"
79
"github.com/libsv/go-bt/v2/chainhash"
810
"github.com/stretchr/testify/assert"
911
"github.com/stretchr/testify/require"
10-
"testing"
1112
)
1213

1314
func BenchmarkSubtree_AddNode(b *testing.B) {

0 commit comments

Comments
 (0)