Merge pull request #115 from meshplus/fix/fix-parse-block-error-in-restful-service

fix(api):fix parse block struct in restful service
This commit is contained in:
Aiden X 2020-07-10 14:07:05 +08:00 committed by GitHub
commit 84b35acd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -49,4 +49,6 @@ require (
google.golang.org/grpc v1.27.1
)
replace github.com/golang/protobuf v1.4.2 => github.com/golang/protobuf v1.3.2
go 1.13