oxen-io / oxen-storage-server

Storage server for Oxen Service Nodes
MIT License
29 stars 50 forks source link

Fix store sig_timestamp handling #468

Closed jagerman closed 1 year ago

jagerman commented 1 year ago

sig_timestamp wasn't being properly used for the signature verification in store; rather timestamp was always used even when both were present (and so sig_timestamp was effectively useless). This fixes it.