Skip to content

Commit

Permalink
fix: gas fee logs
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-kal committed May 13, 2022
1 parent 38858c9 commit dabec28
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/chain/0_LocalOrderHash/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/11_MsgBatchCreateSpotLimitOrders/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/13_MsgIncreasePositionMargin/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/15_MsgWithdraw/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/16_MsgSubaccountTransfer/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/17_MsgBatchUpdateOrders/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/18_MsgBid/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/19_MsgGrant/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/1_MsgSend/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/20_MsgExec/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/21_MsgRevoke/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/22_MsgSendToEth/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/23_MsgRelayPriceFeedPrice/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/24_MsgRegisterAsDMM/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/25_MsgDelegate/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/26_MsgWithdrawDelegatorReward/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/2_MsgDeposit/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/3_MsgCreateSpotLimitOrder/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/4_MsgCreateSpotMarketOrder/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/5_MsgCancelSpotOrder/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/6_MsgCreateDerivativeLimitOrder/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/7_MsgCreateDerivativeMarketOrder/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/8_MsgCancelDerivativeOrder/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}
2 changes: 1 addition & 1 deletion examples/chain/9_MsgBatchCancelSpotOrders/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ func main() {
return
}

fmt.Println("gas fee: ", gasFee+" "+"INJ")
fmt.Println("gas fee:", gasFee, "INJ")
}

0 comments on commit dabec28

Please sign in to comment.