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 57e06d3 commit 3b9c403Copy full SHA for 3b9c403
asset/group_key_test.go
@@ -523,8 +523,8 @@ func TestGroupKeyIsEqual(t *testing.T) {
523
}
524
525
526
-// TestAssetGroupKey tests that the asset key group is derived correctly.
527
-func TestAssetGroupKey(t *testing.T) {
+// TestDeriveGroupKeyV0 verifies the correct derivation of the V0 group key.
+func TestDeriveGroupKeyV0(t *testing.T) {
528
t.Parallel()
529
530
privKey, err := btcec.NewPrivateKey()
0 commit comments