mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-27 14:44:47 +00:00
Storing time of message
This commit is contained in:
parent
7688d4929b
commit
dbd7b36c1c
@ -157,6 +157,7 @@ events.on('server:listen', (shhOptions, settings) => {
|
||||
let validationResult;
|
||||
switch(input.action){
|
||||
case 'transaction':
|
||||
messagesCheckSum[inputCheckSum] = (new Date().getTime());
|
||||
processor.processTransaction(settings.getContractByTopic(message.topic),
|
||||
input,
|
||||
reply);
|
||||
|
Loading…
x
Reference in New Issue
Block a user