diff --git a/core/store/ledgerstore/event_store.go b/core/store/ledgerstore/event_store.go index 9d9e3db2f..d7f8a2697 100644 --- a/core/store/ledgerstore/event_store.go +++ b/core/store/ledgerstore/event_store.go @@ -34,7 +34,7 @@ import ( // UseNumber can be set to true to enable the use of json.Number when decoding // event state. -var UseNumber = false +var UseNumber = true //Saving event notifies gen by smart contract execution type EventStore struct {