mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
This commit is contained in:
@@ -1004,7 +1004,7 @@ Import::doSignerList(std::shared_ptr<SLE>& sle, STTx const& stpTrans)
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::optional<uint256> tag;
|
std::optional<uint256> tag;
|
||||||
if (e.isFieldPresent(sfWalletLocator))
|
if (e.isFieldPresent(sfWalletLocator) && ctx_.view().rules().enabled(featureExpandedSignerList))
|
||||||
tag = e.getFieldH256(sfWalletLocator);
|
tag = e.getFieldH256(sfWalletLocator);
|
||||||
|
|
||||||
signers.emplace_back(
|
signers.emplace_back(
|
||||||
|
|||||||
Reference in New Issue
Block a user