Create zero balance trust lines with auth flag (RIPD-1003):

This allows a TrustSet transaction to create a trust line
if the only thing being changed is setting the tfSetfAuth
flag.
This commit is contained in:
Vinnie Falco
2015-08-14 15:13:28 -07:00
parent dbddc6b7f2
commit 8e33ae78f8
7 changed files with 102 additions and 3 deletions

View File

@@ -29,3 +29,4 @@
#include <ripple/app/tests/OfferStream.test.cpp>
#include <ripple/app/tests/Offer.test.cpp>
#include <ripple/app/tests/Taker.test.cpp>
#include <ripple/app/tests/SetAuth_test.cpp>