Skip to content

Commit

Permalink
fix: remove hard-coded fee for stackAggregationCommitIndexed
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Nov 24, 2022
1 parent 5fb8319 commit 1edb181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/stacking/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ export class StackingClient {
const tx = await makeContractCall({
...txOptions,
senderKey: privateKey,
fee: 10000, // todo: remove
});

return broadcastTransaction(tx, txOptions.network as StacksNetwork);
Expand Down

1 comment on commit 1edb181

@vercel
Copy link

@vercel vercel bot commented on 1edb181 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.