-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gaiad export #1800
Fix gaiad export #1800
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1800 +/- ##
===========================================
+ Coverage 63.44% 63.44% +<.01%
===========================================
Files 117 117
Lines 6937 6938 +1
===========================================
+ Hits 4401 4402 +1
Misses 2281 2281
Partials 255 255 |
Should add a new test which demonstrated the old failing behaviour. Also should add to the |
baseapp/baseapp.go
Outdated
@@ -190,7 +190,7 @@ func (app *BaseApp) initFromStore(mainKey sdk.StoreKey) error { | |||
if main == nil { | |||
return errors.New("baseapp expects MultiStore with 'main' KVStore") | |||
} | |||
|
|||
app.setCheckState(abci.Header{}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add a comment here explaining why this line is necessary.
f973729
to
5ab27f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for making the test
fixes #1799
docs/
)PENDING.md
cmd/gaia
andexamples/
For Admin Use: