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 6edcf43 commit 106fdfaCopy full SHA for 106fdfa
test/functional/multiwallet.py
@@ -23,7 +23,7 @@ def run_test(self):
23
24
#check w1 wallet balance
25
walletinfo = w1.getwalletinfo()
26
- assert_equal(walletinfo['immature_balance'], 50)
+ assert_equal(walletinfo['immature_balance'], 500)
27
28
29
w2 = self.nodes[0] / "wallet/w2"
@@ -33,7 +33,7 @@ def run_test(self):
33
w3 = self.nodes[0] / "wallet/w3"
34
35
w1.generate(101)
36
- assert_equal(w1.getbalance(), 100)
+ assert_equal(w1.getbalance(), 1000)
37
assert_equal(w2.getbalance(), 0)
38
assert_equal(w3.getbalance(), 0)
39
0 commit comments