Skip to content

Commit 5f63727

Browse files
committed
fix
1 parent 91e04b6 commit 5f63727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/utils/gasUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function zeroStoragePrices(configRaw: Cell): Cell {
1313
});
1414
}
1515

16-
export function setStoragePrices(configRaw: Cell, prices: StoragePrices): Cell {
16+
function setStoragePrices(configRaw: Cell, prices: StoragePrices): Cell {
1717
const storagePricesDict = Dictionary.empty<number, StoragePrices>();
1818

1919
storagePricesDict.set(0, prices);

0 commit comments

Comments
 (0)