OTP version shenanigans

This commit is contained in:
martinsumner 2016-12-09 18:55:13 +00:00
parent d2bd01eaf1
commit a3f60e3609

View file

@ -151,7 +151,7 @@
-record(state, {inker :: pid(),
penciller :: pid(),
cache_size :: integer(),
ledger_cache :: dict:dict(), % a skiplist
ledger_cache, % a skiplist
is_snapshot :: boolean(),
slow_offer = false :: boolean()}).