hanglearning / VBFL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

valid_validator_sig_transacitons

Hongchenglong opened this issue · comments

I find a bug in main.py, there are two valid_validator_sig_transacitons in line 690.

I think maybe one of them should be invalid_validator_sig_transacitons.

Thank you for the bug report again, Hongchenglong! Yes, that's indeed wrong, and it's most likely should be invalid_validator_sig_transacitons. I actually never simulated any transactions having invalid signatures so I guess that's how I missed it. Sorry for the confusion.

Do you prefer to create a PR or let me change and push? Please let me know, thanks!

Sure, this is my PR #11.

Thanks for keeping the VBFL codebase improved, @Hongchenglong!