Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Jan 28, 2024
1 parent ca4770a commit 54aa8df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/src/fund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export async function register_funds (
const spend_xpub = mbr.wallet.xpub
const ctx = get_deposit_ctx(agent_pk, deposit_pk, return_pk, sequence)
const addr = get_deposit_address(ctx, network)
console.log('addr1:', addr)
await faucet.ensure_funds(value)
const txid = await faucet.send_funds(value, addr)
const utxo = await get_utxo(cli, addr, txid)
Expand Down
2 changes: 1 addition & 1 deletion test/tape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import e2e_test from './src/tests/e2e.test.js'
import vm_test from './src/vm/vm.test.js'

tape('Escrow Core Test Suite', async t => {
// vm_test(t)
vm_test(t)
const core = get_daemon()
const client = await core.startup()
await e2e_test(client, t)
Expand Down

0 comments on commit 54aa8df

Please sign in to comment.