From 2c39e6fcec7e4edec566bb167d1320e8802ef16b Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Wed, 22 Apr 2020 11:41:09 +0300 Subject: [PATCH] consensus: use unencrypted WIFs for test validators They are easier to work with, because of having no dependencies of VM. --- pkg/wallet/account_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/wallet/account_test.go b/pkg/wallet/account_test.go index c50fad32d..3ee38dfac 100644 --- a/pkg/wallet/account_test.go +++ b/pkg/wallet/account_test.go @@ -90,7 +90,7 @@ func TestContract_ScriptHash(t *testing.T) { func TestAccount_ConvertMultisig(t *testing.T) { // test is based on a wallet1_solo.json accounts from neo-local - a, err := NewAccountFromEncryptedWIF("6PYKYQKRs758NBX4q5k6fSmduZDfEfQyoXMovQU5myKm2h5ArXuYpuMEaN", "one") + a, err := NewAccountFromWIF("KxyjQ8eUa4FHt3Gvioyt1Wz29cTUrE4eTqX3yFSk1YFCsPL8uNsY") require.NoError(t, err) hexs := []string{