Skip to content

Commit

Permalink
use json.Number when decode event (#1380)
Browse files Browse the repository at this point in the history
Co-authored-by: lucas <[email protected]>
  • Loading branch information
lucas7788 and lucas authored Nov 4, 2021
1 parent cf47852 commit 94bb19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/store/ledgerstore/event_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 94bb19f

Please sign in to comment.