Closed jagerman closed 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.
sig_timestamp
store
timestamp
sig_timestamp
wasn't being properly used for the signature verification instore
; rathertimestamp
was always used even when both were present (and sosig_timestamp
was effectively useless). This fixes it.