mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-24 23:12:31 +00:00
btcec: format btcec_test.go with gofmt -s
This commit is contained in:
parent
7580169cb6
commit
253b37c17f
@ -898,7 +898,7 @@ var testVectors = []struct {
|
|||||||
r, s string
|
r, s string
|
||||||
ok bool
|
ok bool
|
||||||
}{
|
}{
|
||||||
/*
|
/*
|
||||||
* All of these tests are disabled since they are for P224, not sec256k1.
|
* All of these tests are disabled since they are for P224, not sec256k1.
|
||||||
* they are left here as an example of test vectors for when some *real*
|
* they are left here as an example of test vectors for when some *real*
|
||||||
* vectors may be found.
|
* vectors may be found.
|
||||||
@ -1023,7 +1023,7 @@ var testVectors = []struct {
|
|||||||
"ed1a719cc0c507edc5239d76fe50e2306c145ad252bd481da04180c0",
|
"ed1a719cc0c507edc5239d76fe50e2306c145ad252bd481da04180c0",
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestVectors(t *testing.T) {
|
func TestVectors(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user