diff --git a/neo3fura_http/biz/watch/watch.GetFirstEventByTransactionHash.go b/neo3fura_http/biz/watch/watch.GetFirstEventByTransactionHash.go index 741e114..bf0f924 100644 --- a/neo3fura_http/biz/watch/watch.GetFirstEventByTransactionHash.go +++ b/neo3fura_http/biz/watch/watch.GetFirstEventByTransactionHash.go @@ -3,6 +3,7 @@ package watch import ( "context" "encoding/json" + "fmt" "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/mongo" @@ -61,6 +62,7 @@ func (me *T) GetFirstEventByTransactionHash() error { log2.Fatalf("Query Execution error:%v", err) } if len(r1) > 0 && r1["vmstate"] != nil && r1["vmstate"] != "" { + fmt.Println("TEST", r1["vmstate"], r2["vmstate"]) r2["vmstate"] = r1["vmstate"] _, err = me.Client.SaveJob(struct { Collection string