mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
btcec: format btcec_test.go with gofmt -s
This commit is contained in:
parent
7580169cb6
commit
253b37c17f
1 changed files with 126 additions and 126 deletions
|
@ -898,7 +898,7 @@ var testVectors = []struct {
|
|||
r, s string
|
||||
ok bool
|
||||
}{
|
||||
/*
|
||||
/*
|
||||
* 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*
|
||||
* vectors may be found.
|
||||
|
@ -1023,7 +1023,7 @@ var testVectors = []struct {
|
|||
"ed1a719cc0c507edc5239d76fe50e2306c145ad252bd481da04180c0",
|
||||
false,
|
||||
},
|
||||
*/
|
||||
*/
|
||||
}
|
||||
|
||||
func TestVectors(t *testing.T) {
|
||||
|
|
Loading…
Add table
Reference in a new issue