mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
Add SuspendedPayment feature (RIPD-992):
The code is enabled in jtx::Env, and enabled in production ledgers only if the SuspendedPayment amendment is voted into a ledger.
This commit is contained in:
committed by
Edward Hennis
parent
d49f9ea109
commit
3f0eacf5e7
@@ -45,4 +45,6 @@ feature (const char* name)
|
||||
return feature(name, std::strlen(name));
|
||||
}
|
||||
|
||||
uint256 const featureSusPay = feature("SusPay");
|
||||
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user