File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ export const generateTemplateScenarios = (
294294 } ,
295295 currentBlockHeight : 2 ,
296296 currentBlockTime : Math . round ( + new Date ( ) / 1000 ) ,
297+ // TODO: remove usage of private keys in P2SH scenarios as well
297298 keys : {
298299 privateKeys : generateTemplateScenarioKeys ( abiFunction . inputs , encodedFunctionArgs ) ,
299300 } ,
@@ -652,6 +653,7 @@ export const generateUnlockingScriptParams = (
652653 ...generateTemplateScenarioParametersValues ( abiFunction . inputs , encodedFunctionArgs ) ,
653654 ...generateTemplateScenarioParametersValues ( contract . artifact . constructorInputs , contract . encodedConstructorArgs ) ,
654655 } ,
656+ // TODO: remove usage of private keys in P2SH scenarios as well
655657 keys : {
656658 privateKeys : generateTemplateScenarioKeys ( abiFunction . inputs , encodedFunctionArgs ) ,
657659 } ,
You can’t perform that action at this time.
0 commit comments