Home
last modified time | relevance | path

Searched refs:second_addr_type (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dwallet_avoidreuse.py216 def test_sending_from_reused_address_fails(self, second_addr_type): argument
225 self.log.info("Test sending from reused {} address fails".format(second_addr_type))
253 if second_addr_type == "p2sh-segwit":
255 elif second_addr_type == "bech32":
259 assert_equal(second_addr_type, "legacy")
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dwallet_avoidreuse.py216 def test_sending_from_reused_address_fails(self, second_addr_type): argument
225 self.log.info("Test sending from reused {} address fails".format(second_addr_type))
253 if second_addr_type == "p2sh-segwit":
255 elif second_addr_type == "bech32":
259 assert_equal(second_addr_type, "legacy")
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dwallet_avoidreuse.py216 def test_sending_from_reused_address_fails(self, second_addr_type): argument
225 self.log.info("Test sending from reused {} address fails".format(second_addr_type))
253 if second_addr_type == "p2sh-segwit":
255 elif second_addr_type == "bech32":
259 assert_equal(second_addr_type, "legacy")
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_avoidreuse.py217 def test_sending_from_reused_address_fails(self, second_addr_type): argument
226 self.log.info("Test sending from reused {} address fails".format(second_addr_type))
254 if second_addr_type == "p2sh-segwit":
256 elif second_addr_type == "bech32":
260 assert_equal(second_addr_type, "legacy")
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_avoidreuse.py217 def test_sending_from_reused_address_fails(self, second_addr_type): argument
226 self.log.info("Test sending from reused {} address fails".format(second_addr_type))
254 if second_addr_type == "p2sh-segwit":
256 elif second_addr_type == "bech32":
260 assert_equal(second_addr_type, "legacy")
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_avoidreuse.py217 def test_sending_from_reused_address_fails(self, second_addr_type): argument
226 self.log.info("Test sending from reused {} address fails".format(second_addr_type))
254 if second_addr_type == "p2sh-segwit":
256 elif second_addr_type == "bech32":
260 assert_equal(second_addr_type, "legacy")
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dwallet_avoidreuse.py217 def test_fund_send_fund_send(self, second_addr_type): argument
253 if second_addr_type == "p2sh-segwit":
255 elif second_addr_type == "bech32":
259 assert_equal(second_addr_type, "legacy")