Add signature verification

This commit is contained in:
Craig Everett
2022-12-01 13:18:31 +09:00
parent d4cb2b0107
commit 36ddcfc97f
2 changed files with 82 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
-record(fetcher,
{pid = none :: none | pid(),
mon = none :: none | reference(),
time = none :: none | erlang:timestamp(),
time = none :: none | integer(), % nanosecond timestamp
node = none :: none | vanilae:ae_node(),
from = none :: none | gen_server:from(),
req = none :: none | binary()}).