fix proof action
This commit is contained in:
parent
0fb4fa5ba6
commit
5de416796e
|
@ -987,7 +987,7 @@ class Device(Thing):
|
|||
d = {
|
||||
"type": PROOF_ENUM['Register'],
|
||||
"device": self,
|
||||
"actions": snapshot[0],
|
||||
"action": snapshot[0],
|
||||
"timestamp": timestamp,
|
||||
"issuer_id": g.user.id,
|
||||
}
|
||||
|
|
Reference in New Issue