We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c503cd9 commit 7491d6cCopy full SHA for 7491d6c
test/functional/zerocoin_wrapped_serials.py
100644
100755
@@ -91,7 +91,7 @@ def run_test(self):
91
tx = self.node.spendrawzerocoin(serial, randomness, DENOM_TO_USE, privkey)
92
except JSONRPCException as e:
93
exc_msg = str(e)
94
- if exc_msg == "The new spend coin transaction did not verify (-4)":
+ if exc_msg == "CoinSpend: failed check (-4)":
95
self.log.info("GOOD: Transaction did not verify")
96
else:
97
raise e
0 commit comments