mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 07:19:14 +01:00
The previous commit had both max_transid assigments commented out. It happens to work because we set max_transid in the constructor and it doesn't change after that, but it's cleaner to assign it explicitly. Signed-off-by: Zygo Blaxell <bees@furryterror.org>