put-timing default

Remove need for individual actors to know the defaults for put_timing
tuple
This commit is contained in:
Martin Sumner 2016-12-22 14:41:43 +00:00
parent e9e0a7b323
commit 7a0cf22909
4 changed files with 6 additions and 4 deletions

View file

@ -162,7 +162,7 @@
ledger_cache = #ledger_cache{},
is_snapshot :: boolean(),
slow_offer = false :: boolean(),
put_timing = {0, {0, 0}, {0, 0}} :: tuple()}).
put_timing :: tuple()}).
%%%============================================================================