Skip to content

Commit

Permalink
Merge pull request #128 from art-by-city/126-dont-sign-publication-tx
Browse files Browse the repository at this point in the history
Don't sign publication bundle tx
  • Loading branch information
jim-toth authored Feb 23, 2024
2 parents 210d7eb + c7f072f commit 9b4f325
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/publications/authenticated-publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ export default class AuthenticatedArtByCityPublications
tx.addTag('Bundle-Version', '2.0.0')
tx.addTag('Entity-Type', 'publication')

const signer = this.signer instanceof ArweaveSigner
/* @ts-expect-error signer types */
? this.signer.jwk
: 'use_wallet'
await this.arweave.transactions.sign(tx, signer)

return tx
}
}

0 comments on commit 9b4f325

Please sign in to comment.