fix signing and validation
add timestamp to signed node info
This commit is contained in:
@@ -224,6 +224,7 @@ struct NodeInfo {
|
||||
struct SignedNodeInfo {
|
||||
nodeInfo @0 :NodeInfo; # node info
|
||||
signature @1 :Signature; # signature
|
||||
timestamp @2 :UInt64; # when signed node info was generated
|
||||
}
|
||||
|
||||
struct SenderInfo {
|
||||
|
||||
Reference in New Issue
Block a user