Searched refs:make_vin (Results 1 – 12 of 12) sorted by relevance
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/ |
H A D | qtum_opcreate.py | 37 [make_vin(node, 500000*QTUM_MIN_GAS_PRICE)], 130 [make_vin(node, 0xffff*1000)], 152 [make_vin(node, 2*0xffff*1000)], 167 self.vins = [make_vin(self.nodes[0], 10*COIN) for _ in range(10)]
|
H A D | qtum_divergence_dos.py | 42 tx.vin = [make_vin(self.node, COIN)] 51 tx1.vin = [make_vin(self.node, COIN // 10)] 67 tx1.vin = [make_vin(self.node, COIN // 10)]
|
H A D | qtum_gas_limit.py | 40 tx.vin = [make_vin(self.node, NUM_OUTPUTS*5*COIN)]
|
H A D | qtum_many_value_refunds_from_same_tx.py | 33 tx.vin = [make_vin(self.node, int(2*(COIN + QTUM_MIN_GAS_PRICE*100000)))]
|
H A D | qtum_null_sender.py | 23 tx.vin = [make_vin(self.node, COIN + 1000000)]
|
H A D | qtum_combined_outputs_exceed_gas_limit.py | 37 tx.vin = [make_vin(self.node, int(20000*COIN))]
|
H A D | qtum_no_exec_call_disabled.py | 45 tx.vin = [make_vin(self.node, int(COIN+1000000))]
|
H A D | qtum_8mb_block.py | 29 tx.vin = [make_vin(self.node, 2*COIN)]
|
H A D | qtum_pos_segwit.py | 96 tx.vin = [make_vin(self.node, 2*COIN)]
|
H A D | qtum_condensing_txs.py | 200 …T4_raw = make_transaction(self.node, [make_vin(self.node, 3*COIN)], [make_op_call_output(2*COIN, b…
|
H A D | qtum_opcall.py | 27 inpt = make_vin(self.node, input_value)
|
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/test_framework/ |
H A D | qtum.py | 52 def make_vin(node, value): function
|