-
Notifications
You must be signed in to change notification settings - Fork 285
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(connector-quorum): transaction with different credentials #1098 #1488
Conversation
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.
@AzaharaC LGTM, just have a small nit: Please include a logging statement on the debug level within the if condition that checks for a falsy gas value.
The logging statement should make it clear that gas was not explicitly specified and therefore we'll be using the estimate from web3 and also include what the estimated value came out to be.
05cf571
to
57b617d
Compare
…dger-cacti#1098 Signed-off-by: AzaharaC <a.castano.benito@accenture.com>
I updated the PR to include the logging statement |
Codecov Report
@@ Coverage Diff @@
## main #1488 +/- ##
==========================================
- Coverage 69.80% 69.78% -0.03%
==========================================
Files 336 336
Lines 12622 12626 +4
Branches 1512 1513 +1
==========================================
Hits 8811 8811
- Misses 2989 2992 +3
- Partials 822 823 +1
Continue to review full report at Codecov.
|
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.
@AzaharaC Thank you for adding the logging statements! LGTM
Resolves #1098