mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 22:01:20 +00:00
vm: fix errors not being returned
This commit is contained in:
@ -32,9 +32,9 @@ func (st *Stack) useGas(gasToUse uint64) {
|
||||
}
|
||||
|
||||
func (st *Stack) setErr(err error) {
|
||||
if *st.err != nil {
|
||||
*st.err = err
|
||||
}
|
||||
//if *st.err != nil {
|
||||
*st.err = err
|
||||
//}
|
||||
}
|
||||
|
||||
func (st *Stack) Push(d Word256) {
|
||||
|
Reference in New Issue
Block a user