mirror of
https://github.com/vacp2p/swap-contracts-module.git
synced 2026-01-09 21:38:01 -05:00
comment out stdout log
This commit is contained in:
@@ -149,7 +149,7 @@ async function redeemCheque(aliceSwapAddress, issuerSig) {
|
||||
var swapContract = new ethers.Contract(aliceSwapAddress, swapArtifact.abi, bobSigner);
|
||||
|
||||
var foo = await swapContract.cashChequeBeneficiary(recipient, cumulativePayout, issuerSig);
|
||||
console.log("Resp", foo);
|
||||
//console.log("Resp", foo);
|
||||
|
||||
return {resp: foo};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user