From f0bd08172853902ff36ddc89bbde8c6c3252edb7 Mon Sep 17 00:00:00 2001 From: chuwt Date: Sat, 8 Jul 2023 22:16:19 +0800 Subject: [PATCH] chore: add datetime --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3c023a7..eab569c 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ - go版本chia签名, 参考python-impl实现部分功能,并非bls的完全实现 ## Bug fix -- Thanks for [**goomario**](https://github.com/goomario)'s [report](https://github.com/chuwt/chia-bls-go/issues/7), +- **2023/07/08** Thanks for [**goomario**](https://github.com/goomario)'s [report](https://github.com/chuwt/chia-bls-go/issues/7), a bug was fixed! - This bug was caused by the wrong use of `big.Int.Bytes()`, it should be replaced with `big.Int.FillBytes()`