mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-28 13:57:52 +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;
|
const address = wallet.address0;
|
||||||
let message
|
let message
|
||||||
if(foreignBlockchain === 'PIRATECHAIN'){
|
if(foreignBlockchain === 'PIRATECHAIN'){
|
||||||
console.log('crosschainAtInfo', crosschainAtInfo, crosschainAtInfo[0].qortalAtAddress)
|
|
||||||
message = {
|
message = {
|
||||||
atAddress: crosschainAtInfo[0].qortalAtAddress,
|
atAddress: crosschainAtInfo[0].qortalAtAddress,
|
||||||
foreignKey: await getForeignKey(foreignBlockchain),
|
foreignKey: await getForeignKey(foreignBlockchain),
|
||||||
@ -1681,7 +1680,6 @@ export async function createBuyOrderTx({ crosschainAtInfo, isGateway, foreignBlo
|
|||||||
url = await createEndpoint('/crosschain/tradebot/respondmultiple')
|
url = await createEndpoint('/crosschain/tradebot/respondmultiple')
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('txn', txn, JSON.stringify(txn))
|
|
||||||
const responseFetch = await fetch(
|
const responseFetch = await fetch(
|
||||||
url,
|
url,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user