Skip to content

Commit 1b3b5c6

Browse files
committed
Slightly modify fundrawtransaction.py test (change getnewaddress() into getrawchangeaddress())
1 parent 003e197 commit 1b3b5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/fundrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def run_test(self):
646646
if out['value'] > 1.0:
647647
changeaddress += out['scriptPubKey']['addresses'][0]
648648
assert(changeaddress != "")
649-
nextaddr = self.nodes[3].getnewaddress()
649+
nextaddr = self.nodes[3].getrawchangeaddress()
650650
# frt should not have removed the key from the keypool
651651
assert(changeaddress == nextaddr)
652652

0 commit comments

Comments
 (0)