issue-166-open-timestamps #220

Merged
eugene merged 25 commits from issue-166-open-timestamps into staging 2024-10-25 11:18:47 +00:00
Showing only changes of commit b7bd922af3 - Show all commits

View File

@ -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[]) => {