Skip to content

Commit a9186e2

Browse files
rpc -> api
Signed-off-by: Robert Zaremba <robert@zaremba.ch>
1 parent 9d8f090 commit a9186e2

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.

packages/btcindexer/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { networks } from "bitcoinjs-lib";
44
import { parseBlocksFromStream } from "./btcblock";
55
import { Indexer } from "./btcindexer";
66
import SuiClient from "./sui_client";
7-
import { RestPath } from "./rpc/client";
7+
import { RestPath } from "./api/client";
88

99
import type { AppRouter, CFArgs } from "./routertype";
1010

0 commit comments

Comments
 (0)