@@ -115,7 +115,7 @@ public function testDecode()
115115 $ this ->assertEquals (254 ,count ($ triggered ));
116116
117117 //ALL (public) triggers
118- $ hookon = '0xfffffffffffffffffffffffffffffffffffffff7fffffffffffc1fffffc00a40 ' ;
118+ $ hookon = '0xfffffffffffffffffffffffffffffffffffffff13ffffffffffc1fffbfc00a40 ' ;
119119 $ triggered = HookOn::decode ($ hookon );
120120 $ expected = HookOn::MAP ;
121121 //Following are "private" triggers, as documented absent in https://richardah.github.io/xrpl-hookon-calculator
@@ -124,10 +124,10 @@ public function testDecode()
124124 unset($ expected [HookOn::ttNFTOKEN_CREATE_OFFER]);
125125 unset($ expected [HookOn::ttNFTOKEN_CANCEL_OFFER]);
126126 unset($ expected [HookOn::ttNFTOKEN_ACCEPT_OFFER]);
127- unset($ expected [HookOn::ttREMIT]);
127+ // unset($expected[HookOn::ttREMIT]);
128128 unset($ expected [HookOn::ttGENESIS_MINT]);
129- unset($ expected [HookOn::ttIMPORT]);
130- unset($ expected [HookOn::ttCLAIM_REWARD]);
129+ // unset($expected[HookOn::ttIMPORT]);
130+ // unset($expected[HookOn::ttCLAIM_REWARD]);
131131 unset($ expected [HookOn::ttAMENDMENT]);
132132 unset($ expected [HookOn::ttFEE]);
133133 unset($ expected [HookOn::ttUNL_MODIFY]);
@@ -140,7 +140,7 @@ public function testDecode()
140140 $ this ->assertEquals ($ expected ,$ triggered );
141141
142142 //ALL triggers except TRUST_SET
143- $ hookon = '0xfffffffffffffffffffffffffffffffffffffff7fffffffffffc1fffffd00a40 ' ;
143+ $ hookon = '0xfffffffffffffffffffffffffffffffffffffff13ffffffffffc1fffbfd00a40 ' ;
144144 $ triggered = HookOn::decode ($ hookon );
145145 $ expected = HookOn::MAP ;
146146 //Following are "private" triggers, as documented absent in https://richardah.github.io/xrpl-hookon-calculator
@@ -149,10 +149,10 @@ public function testDecode()
149149 unset($ expected [HookOn::ttNFTOKEN_CREATE_OFFER]);
150150 unset($ expected [HookOn::ttNFTOKEN_CANCEL_OFFER]);
151151 unset($ expected [HookOn::ttNFTOKEN_ACCEPT_OFFER]);
152- unset($ expected [HookOn::ttREMIT]);
152+ // unset($expected[HookOn::ttREMIT]);
153153 unset($ expected [HookOn::ttGENESIS_MINT]);
154- unset($ expected [HookOn::ttIMPORT]);
155- unset($ expected [HookOn::ttCLAIM_REWARD]);
154+ // unset($expected[HookOn::ttIMPORT]);
155+ // unset($expected[HookOn::ttCLAIM_REWARD]);
156156 unset($ expected [HookOn::ttAMENDMENT]);
157157 unset($ expected [HookOn::ttFEE]);
158158 unset($ expected [HookOn::ttUNL_MODIFY]);
0 commit comments