forked from TrueCloudLab/neoneo-go
consensus: use unencrypted WIFs for test validators
They are easier to work with, because of having no dependencies of VM.
This commit is contained in:
parent
cc20ba651d
commit
2c39e6fcec
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue