depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

commit 81f01ae261ec1c457f7b7b8b9a1f59383bb34a32
parent d08e314ea5f1f97690d13726ce3d6b46c5f27da3
Author: Antoine A <>
Date:   Tue, 16 Nov 2021 13:50:30 +0100

Remove unused files

Diffstat:
Dhello.txt | 1-
Dtest.js | 4----
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/hello.txt b/hello.txt @@ -1 +0,0 @@ -Hello World diff --git a/test.js b/test.js @@ -1,4 +0,0 @@ -import { createRemote } from 'https://deno.land/x/gentle_rpc@v2.9/mod.ts'; -const remote = createRemote('http://127.0.0.1:18443'); -const info = await remote.call('getbestblockhash'); -console.log(info);