summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2021-11-16 13:50:30 +0100
committerAntoine A <>2021-11-16 13:50:30 +0100
commit81f01ae261ec1c457f7b7b8b9a1f59383bb34a32 (patch)
tree38419e187824e549a8974892745ca36679d4f5a6
parentd08e314ea5f1f97690d13726ce3d6b46c5f27da3 (diff)
downloaddepolymerization-81f01ae261ec1c457f7b7b8b9a1f59383bb34a32.tar.gz
depolymerization-81f01ae261ec1c457f7b7b8b9a1f59383bb34a32.tar.bz2
depolymerization-81f01ae261ec1c457f7b7b8b9a1f59383bb34a32.zip
Remove unused files
-rw-r--r--hello.txt1
-rw-r--r--test.js4
2 files changed, 0 insertions, 5 deletions
diff --git a/hello.txt b/hello.txt
deleted file mode 100644
index 557db03..0000000
--- a/hello.txt
+++ /dev/null
@@ -1 +0,0 @@
-Hello World
diff --git a/test.js b/test.js
deleted file mode 100644
index d485c6a..0000000
--- a/test.js
+++ /dev/null
@@ -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);