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

Stop marshalling Blockhash in json in UnforgeOperationInput #171

Closed CMajeri closed 3 years ago

CMajeri commented 3 years ago

The Blockhash field is absent in the rpc request, but go marshalls it by default when the json:"-" tag is missing. I figure adding it explicitly won't hurt anyone.

DefinitelyNotAGoat commented 3 years ago

This is fixed in GoTezos v4, thanks for the PR. 🙂