Home
last modified time | relevance | path

Searched refs:senttx (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dwallet_listsinceblock.py94 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
109 if tx['txid'] == senttx:
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dwallet_listsinceblock.py94 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
109 if tx['txid'] == senttx:
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dwallet_listsinceblock.py94 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
109 if tx['txid'] == senttx:
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dwallet_listsinceblock.py113 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
129 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dwallet_listsinceblock.py136 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
152 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dwallet_listsinceblock.py136 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
152 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dwallet_listsinceblock.py136 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
152 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_listsinceblock.py135 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
151 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_listsinceblock.py135 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
151 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dwallet_listsinceblock.py135 senttx = self.nodes[2].sendtoaddress(self.nodes[0].getnewaddress(), 1)
151 found = next(tx for tx in transactions if tx['txid'] == senttx)
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A DClient.cpp1548 Timestamp senttx(ntohl(ack.ts.sent_tv_sec), ntohl(ack.ts.sent_tv_usec)); in PeerXchange() local
1552 double str = (sentrx.get() - senttx.get()) * 1e3; in PeerXchange()