-
Notifications
You must be signed in to change notification settings - Fork 720
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
Straight line code for tx commands #4823
Conversation
335c1f5
to
5eb0a7b
Compare
dd497b9
to
14b6b93
Compare
20b4dea
to
631b8c9
Compare
7c6ca34
to
9bc940c
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.
LGTM!
<- firstExceptT (ShelleyTxCmdQueryConvenienceError . AcqFailure) | ||
. newExceptT $ determineEra cModeParams localNodeConnInfo | ||
AnyCardanoEra nodeEra <- lift (determineEra cModeParams localNodeConnInfo) | ||
& onLeft (throwE . ShelleyTxCmdQueryConvenienceError . AcqFailure) |
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.
not a major deal but I'd like to stick with left
in future
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 removed throwE
from the commit history of the PR.
9bc940c
to
ba46bd6
Compare
ba46bd6
to
8cf9027
Compare
No description provided.