Skip to content
Snippets Groups Projects
Unverified Commit 06e3d1b7 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

fix encoding error in test data

parent 0c46d6f2
No related branches found
No related tags found
No related merge requests found
package testdata
import (
account "github.com/eris-ltd/eris-db/account"
core_types "github.com/eris-ltd/eris-db/core/types"
event "github.com/eris-ltd/eris-db/event"
......@@ -54,7 +53,7 @@ var testDataJson = `{
],
"validators": [
{
"pub_key": "CB3688B7561D488A2A4834E1AEE9398BEF94844D8BDBBCA980C11E3654A45906",
"pub_key": [1, "CB3688B7561D488A2A4834E1AEE9398BEF94844D8BDBBCA980C11E3654A45906"],
"amount": 5000000000,
"unbond_to": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment