From b2b4ff8e4d805a0eb94d4f72da9c68150386dc4e Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Thu, 28 Dec 2023 10:35:54 +0000 Subject: [PATCH] Remit squashed Co-authored-by: Denis Angell --- src/test/rpc/AccountSet_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/rpc/AccountSet_test.cpp b/src/test/rpc/AccountSet_test.cpp index e8de02602..af5ee0412 100644 --- a/src/test/rpc/AccountSet_test.cpp +++ b/src/test/rpc/AccountSet_test.cpp @@ -88,7 +88,8 @@ public: flag == asfDisallowIncomingPayChan || flag == asfDisallowIncomingNFTokenOffer || flag == asfDisallowIncomingTrustline || - flag == asfTshCollect) + flag == asfTshCollect || + flag == asfDisallowIncomingRemit) { // These flags are part of the DisallowIncoming amendment // and are tested elsewhere