diff --git a/test/functional/zerocoin_wrapped_serials.py b/test/functional/zerocoin_wrapped_serials.py old mode 100644 new mode 100755 index 14b091cf44fc0..a84e3cee95cba --- a/test/functional/zerocoin_wrapped_serials.py +++ b/test/functional/zerocoin_wrapped_serials.py @@ -91,7 +91,7 @@ def run_test(self): tx = self.node.spendrawzerocoin(serial, randomness, DENOM_TO_USE, privkey) except JSONRPCException as e: exc_msg = str(e) - if exc_msg == "The new spend coin transaction did not verify (-4)": + if exc_msg == "CoinSpend: failed check (-4)": self.log.info("GOOD: Transaction did not verify") else: raise e