Skip to content
Snippets Groups Projects
Commit 3bbe56e2 authored by Moul's avatar Moul
Browse files

[fix] Tx: pass `time` as optional parameter at the end of the line

- Broken transaction generation
- https://forum.duniter.org/t/silkaj-0-7-erreur-tx/6161
parent 483f0307
No related branches found
No related tags found
1 merge request!64Release 0.54.3
Loading
  • Owner

    There is a type hint error here, time: int = None should be time: int = 0 or time: Optional[int] = None. To indicate that the int can be None, Optional is required.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment