From 9a96cab080502479c47b0d9cc295a17e2b8a7621 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Mon, 4 Jul 2022 18:32:43 +0300 Subject: [PATCH] Make sample_seed bytes as in crypto --- src/tests/samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/samples.py b/src/tests/samples.py index 9237d19d..aa4bac9e 100644 --- a/src/tests/samples.py +++ b/src/tests/samples.py @@ -36,7 +36,7 @@ sample_point = ( 94730058721143827257669456336351159718085716196507891067256111928318063085006 ) -sample_seed = 'TIGER, tiger, burning bright. In the forests of the night' +sample_seed = b'TIGER, tiger, burning bright. In the forests of the night' # Deterministic addresses with stream 1 and versions 3, 4 sample_deterministic_ripe = b'00cfb69416ae76f68a81c459de4e13460c7d17eb' sample_deterministic_addr3 = 'BM-2DBPTgeSawWYZceFD69AbDT5q4iUWtj1ZN'