We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa43d9 commit 399a2e2Copy full SHA for 399a2e2
packages/sdk/src/mintlayer-connect-sdk.ts
@@ -2177,8 +2177,6 @@ class Client {
2177
id: 'to_be_filled_in'
2178
};
2179
2180
- console.log('JSONRepresentation', JSONRepresentation);
2181
-
2182
const BINRepresentation = this.getTransactionBINrepresentation(JSONRepresentation, 1);
2183
2184
const transaction_size_in_bytes = BigInt(Math.ceil(BINRepresentation.transactionsize));
@@ -2524,10 +2522,6 @@ class Client {
2524
2522
}
2525
2523
2526
2527
- console.log('inputsArray', inputsArray);
2528
- console.log('outputsArray', outputsArray);
2529
2530
2531
const transactionsize = estimate_transaction_size(
2532
mergeUint8Arrays(inputsArray),
2533
inputAddresses,
0 commit comments