This website requires JavaScript.
Explore
Help
Register
Sign In
certusone
/
cosmos-sdk
mirror of
https://github.com/certusone/cosmos-sdk.git
Watch
1
Star
0
Fork
You've already forked cosmos-sdk
0
Code
Issues
Projects
Releases
Wiki
Activity
b44392b01a
cosmos-sdk
/
client
/
rest
/
errors.go
6 lines
98 B
Go
Raw
Blame
History
package
rest
import
"errors"
var
errInvalidGasAdjustment
=
errors
.
New
(
"invalid gas adjustment"
)
Reference in New Issue
View Git Blame
Copy Permalink