Skip to content

Commit

Permalink
fixbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharyakir committed Dec 5, 2023
1 parent 1b74a43 commit f735fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/wrappers/verifier-registry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { toBufferBE } from "bigint-buffer";
import BN from "bn.js";
import {
Address,
beginCell,
Expand Down Expand Up @@ -116,6 +115,7 @@ export class VerifierRegistry implements Contract {
const c = item.beginParse();
const d = c.loadDict(Dictionary.Keys.BigUint(256), createSliceValue());

// @ts-ignore
return Array.from(d.values()).map((v) => {
const admin = v.loadAddress()!;
const quorom = v.loadUint(8);
Expand Down

0 comments on commit f735fc5

Please sign in to comment.