github.com/lino-network/lino@v0.6.11/x/global/manager/golden/TestGlobalManagerSuite/TestEventErrIsolation.golden (about)

     1  [
     2    {
     3      "prefix": "1",
     4      "key": "",
     5      "val": {
     6        "type": "lino/global/time",
     7        "value": {
     8          "chain_start_time": "123456",
     9          "last_block_time": "123456",
    10          "past_minutes": "0"
    11        }
    12      }
    13    },
    14    {
    15      "prefix": "2",
    16      "key": "",
    17      "val": {
    18        "type": "lino/global/eventerr",
    19        "value": [
    20          {
    21            "time": "123486",
    22            "event": {
    23              "type": "lino/testevent",
    24              "value": {
    25                "id": "0"
    26              }
    27            },
    28            "err_code": 100000
    29          }
    30        ]
    31      }
    32    }
    33  ]