Retire CheckCashMakesTrustLine - #5974
Conversation
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
6805037 to
cdd76b8
Compare
bthomee
left a comment
There was a problem hiding this comment.
There's a compilation failure. I'll review once that's been fixed.
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5974 +/- ##
=========================================
Coverage ? 78.6%
=========================================
Files ? 817
Lines ? 68995
Branches ? 8241
=========================================
Hits ? 54221
Misses ? 14774
Partials ? 0
🚀 New features to boost your workflow:
|
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
…heckCashMakesTrustLine Signed-off-by: JCW <a1q123456@users.noreply.github.com> # Conflicts: # include/xrpl/protocol/detail/features.macro
| auto const sleTrustLine = | ||
| ctx.view.read(keylet::line(dstId, issuerId, currency)); | ||
|
|
||
| if (!sleTrustLine) |
There was a problem hiding this comment.
Minor suggestion: I would have preferred to keep this initialisation and check as early as possible instead of moving it in.
There was a problem hiding this comment.
I think this is better as only this block needs the trust line here and it's not related to other part of the logic.
Amendments activated for more than 2 years can be retired. This change retires the CheckCashMakesTrustLine amendment.
High Level Overview of Change
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)