goat-systems / go-tezos

Go Tezos Is a Go library that exposes and builds upon the Tezos RPC.
MIT License
71 stars 45 forks source link

Level key in metadata - Block response #193

Open richardbertozzo opened 2 years ago

richardbertozzo commented 2 years ago

The level key in the response json rpc changed to level_info -> updating the key in the struct in the pull request

https://github.com/goat-systems/go-tezos/blob/800cc714fad7313e92a5068407c23e0e397f5323/rpc/block.go#L106

Example of response with the new key: image

192