Skip to content

Commit d73ad6b

Browse files
committed
mina-signer/memo: run npm run format src/mina-signer/src/memo.ts
1 parent 5ee5da7 commit d73ad6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mina-signer/src/memo.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { versionBytes } from '../../bindings/crypto/constants.js';
12
import {
23
Binable as BinableT,
34
defineBinable,
@@ -7,13 +8,13 @@ import {
78
withBits,
89
} from '../../bindings/lib/binable.js';
910
import { base58 } from '../../lib/util/base58.js';
11+
1012
import {
1113
HashInputLegacy,
1214
hashWithPrefix,
1315
packToFieldsLegacy,
1416
prefixes,
1517
} from './poseidon-bigint.js';
16-
import { versionBytes } from '../../bindings/crypto/constants.js';
1718

1819
export { Memo };
1920

0 commit comments

Comments
 (0)