mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
encode wallet test parameters files as utf-8
This commit is contained in:
parent
9ecb87206b
commit
d78972307c
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ foreach ($coin in $coins) {
|
|||
$WALLETTESTPARAMFILE = "..\test\services\coins\$coin\${coin}_wallet_test_parameters.dart"
|
||||
if (-not (Test-Path $WALLETTESTPARAMFILE)) {
|
||||
Write-Host "prebuild.ps1: creating template test/services/coins/$coin/${coin}_wallet_test_parameters.dart file"
|
||||
"const TEST_MNEMONIC = "";" + "`nconst ROOT_WIF = "";" + "`nconst NODE_WIF_84 = "";" | Out-File -FilePath $WALLETTESTPARAMFILE
|
||||
"const TEST_MNEMONIC = "";" + "`nconst ROOT_WIF = "";" + "`nconst NODE_WIF_84 = "";" | Out-File -FilePath $WALLETTESTPARAMFILE -Encoding UTF8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue