Skip to content

Commit

Permalink
test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Dec 11, 2024
1 parent 0764e1c commit e7c9a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-action/rit-local-configs/regtest-all-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
hsmConfigs: {
btc: {
serverPath: tcpsignerPath,
keyPath : keysPath + 'reg4-tcpsigner-v5-key.json',
keyPath : path.resolve(__dirname, `${keysPathResolve}/reg4-tcpsigner-v5-key.json`),
version: '5',
},
},
Expand All @@ -123,7 +123,7 @@ module.exports = {
hsmConfigs: {
btc: {
serverPath: tcpsignerPath,
keyPath : keysPath + 'reg4-tcpsigner-v5-key.json',
keyPath : path.resolve(__dirname, `${keysPathResolve}/reg4-tcpsigner-v5-key.json`),
version: '5',
},
},
Expand Down

0 comments on commit e7c9a12

Please sign in to comment.