Skip to content

Commit

Permalink
Increase fee padding on v3 cancellations
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Sep 2, 2024
1 parent 56d0909 commit 3e559ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/TxBuilders/TxBuilder.Blaze.V3.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ export class TxBuilderBlazeV3 extends TxBuilderV3 {
if (signerKey) {
tx.addRequiredSigner(Core.Ed25519KeyHashHex(signerKey));
}
tx.setMinimumFee(100_000n);
tx.setMinimumFee(250_000n);

return this.completeTx({
tx,
Expand Down

0 comments on commit 3e559ac

Please sign in to comment.