*prettier

This commit is contained in:
Derrick Hammer 2022-07-31 21:03:35 -04:00
parent 8ecb7722b4
commit eeffce5f02
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { RPCRequest, RPCResponse } from "./types";
import { Buffer } from "buffer";
import { blake2b } from "libskynet";
import jsonStringify from "json-stable-stringify"
import jsonStringify from "json-stable-stringify";
export default class RpcQuery {
private _network: RpcNetwork;