-
Notifications
You must be signed in to change notification settings - Fork 152
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
Combine creating and staging transaction interface #294
Combine creating and staging transaction interface #294
Conversation
7757ab6
to
92b9453
Compare
Codecov Report
@@ Coverage Diff @@
## master #294 +/- ##
==========================================
+ Coverage 87.38% 87.44% +0.05%
==========================================
Files 186 186
Lines 12449 12502 +53
==========================================
+ Hits 10879 10932 +53
+ Misses 1323 1321 -2
- Partials 247 249 +2
|
92b9453
to
4ef0cad
Compare
Libplanet/Tx/Transaction.cs
Outdated
actionsArray, | ||
sig | ||
); | ||
} |
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.
Does this method have to be removed at all? I thought this is fine to remain, and BlockChain<T>.MakeTransaction()
method could be a thin façade on this.
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 think it's okay to leave this, but is there a use case?
5b407b3
to
ad0a9b8
Compare
ad0a9b8
to
03a4753
Compare
I made |
BlockChain<T>.MakeTransaction()
method.