From ebf82a091cb0096df39d243193c6497b9f8db04d Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Sun, 23 Oct 2022 04:43:56 -0600 Subject: [PATCH] fix comment in b58.py --- bindings/typescript/test/testgen/b58.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/typescript/test/testgen/b58.py b/bindings/typescript/test/testgen/b58.py index 01d404f..7ed8bbf 100644 --- a/bindings/typescript/test/testgen/b58.py +++ b/bindings/typescript/test/testgen/b58.py @@ -3,7 +3,8 @@ ''' generate base58 tests -really checking to see if my code matches the base58 package +really checking to see if my code matches the python base58 package which has +159 stars on github ''' import base58 as b