Skip to content

Commit

Permalink
Fixed CnUtils path
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Dec 20, 2024
1 parent 0b96552 commit 713d633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WalletBackend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import {
assertString,
assertStringOrUndefined,
} from './Assert';
import { CryptoUtils } from 'CnUtils';
import { CryptoUtils } from './CnUtils';

export declare interface WalletBackend {

Expand Down

0 comments on commit 713d633

Please sign in to comment.