sliftutils 0.62.0 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@ export class TransactionStorage implements IStorage<Buffer> {
|
|
|
95
95
|
) {
|
|
96
96
|
TransactionStorage.allStorage.push(this);
|
|
97
97
|
// VERY useful for debugging.
|
|
98
|
-
(globalThis as any)[`
|
|
98
|
+
(globalThis as any)[`tx${this.debugName}`] = this;
|
|
99
99
|
}
|
|
100
100
|
// Helps get rid of parse errors which constantly log. Also, uses less space
|
|
101
101
|
public static async compressAll() {
|