MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / bci_pushtx

Function bci_pushtx

src/lib/pybitcointools/bci.py:256–259  ·  view source on GitHub ↗
(tx)

Source from the content-addressed store, hash-verified

254
255# Pushes a transaction to the network using https://blockchain.info/pushtx
256def bci_pushtx(tx):
257 if not re.match('^[0-9a-fA-F]*$', tx):
258 tx = tx.encode('hex')
259 return make_request('https://blockchain.info/pushtx', 'tx='+tx)
260
261
262def eligius_pushtx(tx):

Callers

nothing calls this directly

Calls 1

make_requestFunction · 0.85

Tested by

no test coverage detected