goat-systems / go-tezos

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

Debug GetAccountBalanceAtSnapshot(tezosAddr string, cycle int) (float64, error) in goTezos.go #10

Closed DefinitelyNotAGoat closed 6 years ago

DefinitelyNotAGoat commented 6 years ago

It's including contracts in Cycles they aren't snapshot(ed) in. It will include people in the wrong snapshots when querying with the -cycles flag, but not the -cycle flag.