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 0bfd32d commit ba5a120Copy full SHA for ba5a120
packages/sdk/src/mintlayer-connect-sdk.ts
@@ -2131,8 +2131,6 @@ class Client {
2131
id: 'to_be_filled_in'
2132
};
2133
2134
- console.log('JSONRepresentation', JSONRepresentation);
2135
-
2136
const BINRepresentation = this.getTransactionBINrepresentation(JSONRepresentation, 1);
2137
2138
const transaction_size_in_bytes = BigInt(Math.ceil(BINRepresentation.transactionsize));
@@ -2478,10 +2476,6 @@ class Client {
2478
2476
}
2479
2477
2480
2481
- console.log('inputsArray', inputsArray);
2482
- console.log('outputsArray', outputsArray);
2483
2484
2485
const transactionsize = estimate_transaction_size(
2486
mergeUint8Arrays(inputsArray),
2487
inputAddresses,
0 commit comments