Skip to content

Commit

Permalink
redundant error return
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Mar 20, 2023
1 parent 9a0e6c9 commit 3e17729
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libgoal/libgoal.go
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,6 @@ func (c *Client) TransactionSimulation(data []byte) (resp model.SimulateResponse
return
}
resp, err = algod.RawTransactionSimulate(data)
if err != nil {
return
}
return
}

Expand Down

0 comments on commit 3e17729

Please sign in to comment.