Searched refs:tx_u (Results 1 – 3 of 3) sorted by relevance
/dports/finance/py-pycoin/pycoin-0.91.20210515/tests/btc/ |
H A D | segwit_test.py | 36 def check_tx_can_be_signed(self, tx_u, tx_s, private_keys=[], p2sh_values=[]): argument 86 tx_u = Tx.from_hex(tx_u_hex) 91 for tx in (tx_u, tx_s): 97 self.check_unsigned(tx_u) 99 tx_hex = tx_u.as_hex() 107 self.assertEqual(b2h_rev(double_sha256(h2b(tx_u_hex))), tx_u.w_id()) 108 self.assertEqual(b2h_rev(double_sha256(h2b(tx_u_hex))), tx_u.id()) 109 return tx_u, tx_s
|
/dports/net/bmon/bmon-4.0/src/ |
H A D | out_ascii.c | 101 char *rx_u, *tx_u; in print_attr_detail() local 109 &tx_u, &txprec); in print_attr_detail() 112 a->a_def->ad_description, rxprec, rx, rx_u, txprec, tx, tx_u); in print_attr_detail()
|
H A D | out_curses.c | 240 char *rx_u, *tx_u, buf1[32], buf2[32]; in draw_attr_detail() local 249 &tx_u, &txprec); in draw_attr_detail() 266 float2str(tx, 8, txprec, buf2, sizeof(buf2)) : "-", tx_u); in draw_attr_detail()
|