Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 54aa8df

Browse files
author
cmd
committed
update
1 parent ca4770a commit 54aa8df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/src/fund.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export async function register_funds (
3232
const spend_xpub = mbr.wallet.xpub
3333
const ctx = get_deposit_ctx(agent_pk, deposit_pk, return_pk, sequence)
3434
const addr = get_deposit_address(ctx, network)
35-
console.log('addr1:', addr)
3635
await faucet.ensure_funds(value)
3736
const txid = await faucet.send_funds(value, addr)
3837
const utxo = await get_utxo(cli, addr, txid)

test/tape.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import e2e_test from './src/tests/e2e.test.js'
55
import vm_test from './src/vm/vm.test.js'
66

77
tape('Escrow Core Test Suite', async t => {
8-
// vm_test(t)
8+
vm_test(t)
99
const core = get_daemon()
1010
const client = await core.startup()
1111
await e2e_test(client, t)

0 commit comments

Comments
 (0)