Skip to content

Commit

Permalink
modify testing script so Bob can afford Qi gas payment
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoacosta74 authored and rileystephens28 committed Nov 8, 2024
1 parent 3da7580 commit 3363307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/wallets/qi-wallet-alice-bob-send-receive.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ async function main() {
const bobAmount = 5000n;
console.log(`\nBob sends back ${quais.formatQi(bobAmount)} Qi to Alice`);
const tx2 = await bobQiWallet.sendTransaction(alicePaymentCode, bobAmount, quais.Zone.Cyprus1, quais.Zone.Cyprus1);

console.log(`Transaction hash: ${tx2.hash}`);
console.log(`Tx contains ${tx2.txInputs?.length} inputs`);
console.log(`Tx inputs: ${JSON.stringify(tx2.txInputs)}`);
Expand Down

0 comments on commit 3363307

Please sign in to comment.