File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ export class TransactionBuilder {
195195
196196 result . push ( metrics ) ;
197197 tableData . push ( {
198- " Contract - Function" : `${ input . unlocker . contract . name } - ${ input . unlocker . abiFunction . name } ` ,
198+ ' Contract - Function' : `${ input . unlocker . contract . name } - ${ input . unlocker . abiFunction . name } ` ,
199199 Ops : metrics . evaluatedInstructionCount ,
200200 OpCost : `${ metrics . operationCost } /${ metrics . maximumOperationCost } ` ,
201201 SigChecks : `${ metrics . signatureCheckCount } /${ metrics . maximumSignatureCheckCount } ` ,
@@ -204,7 +204,7 @@ export class TransactionBuilder {
204204 } else {
205205 result . push ( undefined ) ;
206206 tableData . push ( {
207- " Contract - Function" : isP2PKHUnlocker ( input . unlocker ) ? 'P2PKH' : 'Custom' ,
207+ ' Contract - Function' : isP2PKHUnlocker ( input . unlocker ) ? 'P2PKH' : 'Custom' ,
208208 Ops : 0 ,
209209 OpCost : '' ,
210210 SigChecks : '' ,
You can’t perform that action at this time.
0 commit comments