Skip to content

Commit

Permalink
Merge branch 'main' into i/tendermint
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 28, 2023
2 parents 700324f + 7a4b05d commit e663e34
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions common/protocol/src/reactors/storageProviders/Bundlr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,9 @@ export class Bundlr implements IStorageProvider {
}

async saveBundle(bundle: Buffer, tags: BundleTag[]) {
const transactionOptions = {
tags: [
{
name: "Content-Type",
value: "text/plain",
},
...tags,
],
};

const transaction = this.bundlrClient.createTransaction(
bundle,
transactionOptions
{ tags }
);

await transaction.sign();
Expand Down

0 comments on commit e663e34

Please sign in to comment.