We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621b2b commit dcad16bCopy full SHA for dcad16b
examples/example.go
@@ -5,8 +5,9 @@ import (
5
"fmt"
6
"os"
7
8
- chaincfg "github.com/bsv-blockchain/go-chaincfg"
9
"github.com/bsv-blockchain/go-wire"
+
10
+ chaincfg "github.com/bsv-blockchain/go-chaincfg"
11
)
12
13
// ExampleIsPubKeyHashAddrID demonstrates how to verify the legacy public key hash
params_test.go
@@ -8,7 +8,6 @@ import (
"testing"
-
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
14
0 commit comments