Fix: Rust-GBT packaging needs fixing

This commit is contained in:
junderw
2023-08-03 18:46:18 -07:00
committed by softsimon
parent b4ec69ce7a
commit 0535e8c5f9
5 changed files with 32 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import fs from 'fs';
import { GbtGenerator, ThreadTransaction } from '../../../rust-gbt';
import { GbtGenerator, ThreadTransaction } from 'rust-gbt';
import path from 'path';
const baseline = require('./test-data/target-template.json');