We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e04b6 commit 5f63727Copy full SHA for 5f63727
src/test/utils/gasUtils.ts
@@ -13,7 +13,7 @@ export function zeroStoragePrices(configRaw: Cell): Cell {
13
});
14
}
15
16
-export function setStoragePrices(configRaw: Cell, prices: StoragePrices): Cell {
+function setStoragePrices(configRaw: Cell, prices: StoragePrices): Cell {
17
const storagePricesDict = Dictionary.empty<number, StoragePrices>();
18
19
storagePricesDict.set(0, prices);
0 commit comments