Change @app/interfaces to new @interfaces path alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Transaction, Vin } from '@app/interfaces/electrs.interface';
|
||||
import { Transaction, Vin } from '@interfaces/electrs.interface';
|
||||
import { Hash } from '@app/shared/sha256';
|
||||
|
||||
const P2SH_P2WPKH_COST = 21 * 4; // the WU cost for the non-witness part of P2SH-P2WPKH
|
||||
|
||||
Reference in New Issue
Block a user