Skip to content

Commit

Permalink
chore: bump min fee on v3 cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Sep 19, 2024
1 parent 53ea4ce commit eb6305f
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 @@ -922,7 +922,7 @@ export class TxBuilderBlazeV3 extends TxBuilderV3 {
tx.addRequiredSigner(Core.Ed25519KeyHashHex(signerKey));
}

tx.setMinimumFee(230_000n);
tx.setMinimumFee(230_500n);

return this.completeTx({
tx,
Expand Down

0 comments on commit eb6305f

Please sign in to comment.