Skip to content

Commit b315da6

Browse files
committed
Merge pull request #23 from ethers/fix22
numbers should be strings #22
2 parents 7a7e198 + 0a76a3a commit b315da6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

keyaddrtest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"key": "c85ef7d79691fe79573b1a7064c19c1a9819ebdbd1faaab1a8ec92344438aaf4",
55
"addr": "cd2a3d9f938e13cd947ec05abc7fe734df8dd826",
66
"sig_of_emptystring": {
7-
"v": 27,
8-
"r": 55022946425863772466282515086640833500580355555249003729267710149987842051473,
9-
"s": 3021698389129950584349170550428805649435913935175976180112863059249983907949
7+
"v": "27",
8+
"r": "55022946425863772466282515086640833500580355555249003729267710149987842051473",
9+
"s": "3021698389129950584349170550428805649435913935175976180112863059249983907949"
1010
}
1111
},
1212
{
1313
"seed": "horse",
1414
"key": "c87f65ff3f271bf5dc8643484f66b200109caffe4bf98c4cb393dc35740b28c0",
1515
"addr": "13978aee95f38490e9769c39b2773ed763d9cd5f",
1616
"sig_of_emptystring": {
17-
"v": 28,
18-
"r": 20570452350081260599473412372903969148670549754219103025003129053348571714359,
19-
"s": 76892551129780267788164835941580941601518827936179476514262023835864819088004
17+
"v": "28",
18+
"r": "20570452350081260599473412372903969148670549754219103025003129053348571714359",
19+
"s": "76892551129780267788164835941580941601518827936179476514262023835864819088004"
2020
}
2121
}
2222
]

0 commit comments

Comments
 (0)