Remove unnecessary console logs
This commit is contained in:
@@ -156,7 +156,6 @@ const Transaction: FC<TransactionProps> = ({
|
|||||||
ptx.Account = account.address;
|
ptx.Account = account.address;
|
||||||
ptx.Sequence = account.sequence;
|
ptx.Sequence = account.sequence;
|
||||||
|
|
||||||
console.log("estimating fee...");
|
|
||||||
estimateFee(ptx, account, { silent: true })
|
estimateFee(ptx, account, { silent: true })
|
||||||
.then(res => res?.base_fee)
|
.then(res => res?.base_fee)
|
||||||
.then(fee => {
|
.then(fee => {
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ export const TxJson: FC<JsonProps> = ({
|
|||||||
{}
|
{}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
console.log({ estimatedFee})
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
uri: "file:///main-schema.json", // id of the first schema
|
uri: "file:///main-schema.json", // id of the first schema
|
||||||
|
|||||||
Reference in New Issue
Block a user