Skip to content

Commit 9add5a8

Browse files
instagibbsstevenroose
authored andcommitted
Fix feature_pak.py in light of #706
1 parent 817ebcd commit 9add5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_pak.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def run_test(self):
145145
self.log.info("Test various RPC arguments")
146146

147147
# Fail to peg-out too-small value
148-
assert_raises_rpc_error(-8, "Invalid amount for send, must send more than 0.0001 BTC", self.nodes[1].sendtomainchain, "", Decimal('0.0009'))
148+
assert_raises_rpc_error(-8, "Invalid amount for send, must send more than 0.00100000 BTC", self.nodes[1].sendtomainchain, "", Decimal('0.0009'))
149149

150150
# Use wrong network's extended pubkey
151151
mainnetxpub = "xpub6AATBi58516uxLogbuaG3jkom7x1qyDoZzMN2AePBuQnMFKUV9xC2BW9vXsFJ9rELsvbeGQcFWhtbyM4qDeijM22u3AaSiSYEvuMZkJqtLn"

0 commit comments

Comments
 (0)