Update jsonrpc2.js

This commit is contained in:
Namhyeon Go 2024-04-07 15:55:16 +09:00
parent 6537f9a635
commit a5f36ea692

View File

@ -1,3 +1,6 @@
// jsonrpc2.js
// Namhyeon Go <abuse@catswords.net>
// https://github.com/gnh1201/welsonjs
var HTTP = require("lib/http");
function encode(method, params, id) {