Skip to content

Commit 85c2062

Browse files
committed
remove check
1 parent 1eae6d8 commit 85c2062

File tree

1 file changed

+0
-6
lines changed
  • packages/mesh-transaction/src/mesh-tx-builder

1 file changed

+0
-6
lines changed

packages/mesh-transaction/src/mesh-tx-builder/index.ts

-6
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,6 @@ export class MeshTxBuilder extends MeshTxBuilderCore {
186186
);
187187
}
188188

189-
const actualFee = BigInt(this.meshTxBuilderBody.fee);
190-
const estimatedFee = this.calculateFee();
191-
if (actualFee < estimatedFee) {
192-
throw new Error(`Manual fee (${actualFee}) is less than estimated minimal fee (${estimatedFee})`);
193-
}
194-
195189
const txHex = this.serializer.serializeTxBody(
196190
this.meshTxBuilderBody,
197191
this._protocolParams,

0 commit comments

Comments
 (0)