put-timing default
Remove need for individual actors to know the defaults for put_timing tuple
This commit is contained in:
parent
e9e0a7b323
commit
7a0cf22909
4 changed files with 6 additions and 4 deletions
|
@ -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()}).
|
||||
|
||||
|
||||
%%%============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue