From 329cfd9af692dc5cc61ff57dc3464361ab11bc0d Mon Sep 17 00:00:00 2001 From: Ocheretovich Oksana Date: Wed, 14 Jan 2026 19:28:53 +0200 Subject: [PATCH] chore: remove unused dummy-program import --- run/protocol.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/run/protocol.js b/run/protocol.js index f2935bb..d897515 100644 --- a/run/protocol.js +++ b/run/protocol.js @@ -1,4 +1,3 @@ -import {program, data} from './dummy-program.js' import {blake3, BLAKE3_160} from '../libs/blake3.js' import {Tx} from '../libs/tapscript.js' import {fromHex, toHex} from '../libs/bytes.js' @@ -36,6 +35,5 @@ const onShake = (socket, clientId, msg) => { const onEndState = (socket, clientId, msg) => { const theirEndState = msg.endState - // const endState = runVM(program, data) // console.log(theirEndState, endState) }