issue-166-open-timestamps #220
@ -228,7 +228,7 @@ export const VerifyPage = () => {
|
|||||||
parsedSignatureEvents
|
parsedSignatureEvents
|
||||||
) {
|
) {
|
||||||
if (timestamps.every((t) => !!t.verification)) {
|
if (timestamps.every((t) => !!t.verification)) {
|
||||||
toast.success('All timestamps are fully verified.')
|
console.log('Timestamps are fully verified')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const upgradeT = async (timestamps: OpenTimestamp[]) => {
|
const upgradeT = async (timestamps: OpenTimestamp[]) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user