Skip to content

Commit

Permalink
chore: add datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwt committed Jul 8, 2023
1 parent 447398c commit f0bd081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`

Expand Down

0 comments on commit f0bd081

Please sign in to comment.