Skip to content

Commit f176153

Browse files
committed
Fix build error
1 parent 584a35f commit f176153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CCKey } from "codechain-keystore";
44
import {
55
AssetTransferAddress,
66
PlatformAddress
7-
} from "codechain-sdk/lib/key/classes";
7+
} from "codechain-primitives";
88
import * as program from "commander";
99
import * as fs from "fs";
1010
import * as _ from "lodash";

0 commit comments

Comments
 (0)