Skip to content

Commit

Permalink
Increase Terra Gas
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Oct 8, 2024
1 parent 74f00ac commit 398fa8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion node/pkg/accountant/submit_obs.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ func GetObservationResponses(txResp *sdktx.BroadcastTxResponse) (map[string]Obse

if len(msg.MsgResponses) == 0 {

fmt.Println("TXRESP -", txResp)
fmt.Println("TXRESP -", txResp.TxResponse.Data)
fmt.Println("MSGRESP -", msg)

return nil, fmt.Errorf("msg responses field is empty")
}
Expand Down
2 changes: 1 addition & 1 deletion wormchain/ibc-relayer/chains/localterra.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rpc-addr": "http://terra2-terrad:26657",
"account-prefix": "terra",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-adjustment": 2.0,
"gas-prices": "1uluna",
"debug": true,
"timeout": "20s",
Expand Down

0 comments on commit 398fa8e

Please sign in to comment.