Exemplo n.º 1
0
def test_dividend_indivisible():
    unsigned_tx_hex = bitcoin.transaction(
        dividend.compose(db, source_default, 8, 'BBBC'), True)

    parse_hex(unsigned_tx_hex)

    output_new[inspect.stack()[0][3]] = unsigned_tx_hex
Exemplo n.º 2
0
def test_dividend_indivisible():
    unsigned_tx_hex = bitcoin.transaction(dividend.compose(
        db, source_default, 800, 'BBBC', config.XCP),
                                          encoding='multisig')

    parse_hex(unsigned_tx_hex)

    output_new[inspect.stack()[0][3]] = unsigned_tx_hex
Exemplo n.º 3
0
def test_dividend_indivisible ():
    unsigned_tx_hex = bitcoin.transaction(dividend.compose(db, source_default, 800, 'BBBC', config.XCP), encoding='multisig')

    parse_hex(unsigned_tx_hex)

    output_new[inspect.stack()[0][3]] = unsigned_tx_hex
Exemplo n.º 4
0
def test_dividend_indivisible ():
    unsigned_tx_hex = bitcoin.transaction(dividend.compose(db, source_default, 8, 'BBBC', 'XCP'), True)

    parse_hex(unsigned_tx_hex)

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