Skip to content

Commit 861038f

Browse files
committed
fixup: remove rewardAddr from mncollateral
1 parent c1ff01b commit 861038f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

divi/qa/rpc-tests/mncollateral.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def run_test (self):
6060
self.check_balance (300, "alloc->spent")
6161
self.check_balance (1250)
6262
cfg = self.setup[1].cfg
63-
assert_equal (cfg.rewardAddr, None)
6463
assert_equal (node.gettxout (cfg.txid, cfg.vout)["value"], 300)
6564

6665
# It should still be possible to spend the coins, invalidating the

0 commit comments

Comments
 (0)