Esempio n. 1
0
def test_callback():
    unsigned_tx_hex = bitcoin.transaction(
        callback.compose(db, source_default, .3, 'BBBC'), True)

    parse_hex(unsigned_tx_hex)

    output_new[inspect.stack()[0][3]] = unsigned_tx_hex
Esempio n. 2
0
def test_callback ():
    unsigned_tx_hex = bitcoin.transaction(callback.compose(db, source_default, .3, 'BBBC'), encoding='multisig')

    parse_hex(unsigned_tx_hex)

    output_new[inspect.stack()[0][3]] = unsigned_tx_hex