mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +00:00
remove logs
This commit is contained in:
parent
780ccab33a
commit
ce21324e55
@ -1648,7 +1648,6 @@ export async function createBuyOrderTx({ crosschainAtInfo, isGateway, foreignBlo
|
||||
const address = wallet.address0;
|
||||
let message
|
||||
if(foreignBlockchain === 'PIRATECHAIN'){
|
||||
console.log('crosschainAtInfo', crosschainAtInfo, crosschainAtInfo[0].qortalAtAddress)
|
||||
message = {
|
||||
atAddress: crosschainAtInfo[0].qortalAtAddress,
|
||||
foreignKey: await getForeignKey(foreignBlockchain),
|
||||
@ -1681,7 +1680,6 @@ export async function createBuyOrderTx({ crosschainAtInfo, isGateway, foreignBlo
|
||||
url = await createEndpoint('/crosschain/tradebot/respondmultiple')
|
||||
}
|
||||
|
||||
console.log('txn', txn, JSON.stringify(txn))
|
||||
const responseFetch = await fetch(
|
||||
url,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user