mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
606f5665a Fix feature_pak.py in light of #706 (Gregory Sanders)
Pull request description:
someone didn't look at Travis output :O
Tree-SHA512: 586a8a77c7c221d6ff799ca01f939e70cb82de9da14b246f1761ffcaa92e3e4cb538de116c2343f6f613761b49cdfa167ee80a6f99e92491f16d6fa874f59a1f
This commit is contained in:
commit
cfc4cca1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class PAKTest (BitcoinTestFramework):
|
|||
self.log.info("Test various RPC arguments")
|
||||
|
||||
# Fail to peg-out too-small value
|
||||
assert_raises_rpc_error(-8, "Invalid amount for send, must send more than 0.0001 BTC", self.nodes[1].sendtomainchain, "", Decimal('0.0009'))
|
||||
assert_raises_rpc_error(-8, "Invalid amount for send, must send more than 0.00100000 BTC", self.nodes[1].sendtomainchain, "", Decimal('0.0009'))
|
||||
|
||||
# Use wrong network's extended pubkey
|
||||
mainnetxpub = "xpub6AATBi58516uxLogbuaG3jkom7x1qyDoZzMN2AePBuQnMFKUV9xC2BW9vXsFJ9rELsvbeGQcFWhtbyM4qDeijM22u3AaSiSYEvuMZkJqtLn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue