Files
pallectrum/lib
Andrew Chow 0a83b3af22 Avoid modifying self.transactions in prepare_for_verifier
In python3, the `.keys()` function returns an iterator, not a list,
so to get a list that can be iterated over, use `list()` instead to
avoid modification of a list while in use.
2018-01-01 18:03:00 -05:00
..
2017-11-13 02:26:48 -06:00
2017-11-13 02:26:48 -06:00
2017-12-21 23:31:59 +01:00
2017-11-13 02:26:48 -06:00
2017-11-29 18:14:39 -06:00
2017-12-21 11:17:20 +01:00
2017-12-30 01:13:36 +01:00
2017-12-12 05:27:49 +01:00