helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

Avoid use of be_txn:to_json #369

Closed madninja closed 2 years ago

madninja commented 2 years ago

be_txn:to_json requires use of ledger for a number of txns to add more relevant context. During txn submission that context is not relevant since the txn hasn’t been accepted by the chain yet. Use the basic blockchain_txn:to_json instead