mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
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:
@@ -47,5 +47,6 @@ feature (const char* name)
|
||||
|
||||
uint256 const featureMultiSign = feature("MultiSign");
|
||||
uint256 const featureSusPay = feature("SusPay");
|
||||
uint256 const featureTrustSetAuth = feature("TrustSetAuth");
|
||||
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user