Skip to content

Commit 4e483e6

Browse files
committed
bip93_vectors pylint: disable=line-too-long
1 parent 4d73171 commit 4e483e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/data/bip93_vectors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# tests/data/bip93_vectors.py
2+
# pylint: disable=line-too-long
23
"""BIP-93 / codex32 canonical test vectors."""
34
VECTOR_1 = {
45
"secret_s": "ms10testsxxxxxxxxxxxxxxxxxxxxxxxxxx4nzvca9cmczlw",
56
"secret_hex": "318c6318c6318c6318c6318c6318c631",
67
"hrp": "ms",
78
"k": 0,
8-
"id": "test",
9+
"identifier": "test",
910
"share_index": "s",
1011
"payload": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
1112
"checksum": "4nzvca9cmczlw",

0 commit comments

Comments
 (0)