darkwallet / python-obelisk

Pure Python Obelisk + Bitcoin client side library
GNU Affero General Public License v3.0
62 stars 50 forks source link

Fetch unconfirmed transaction from transaction pool #19

Closed lastcanal closed 9 years ago

lastcanal commented 9 years ago

This PR implements the undocumented transaction_pool.fetch_transaction command for fetching transaction data from the unconfirmed pool.

caedesvvv commented 9 years ago

this was added not long ago as client.fetch_txpool_transaction by genjix. you nailed it though :D