btcsuite / btcwallet

A secure bitcoin wallet daemon written in Go (golang)
ISC License
1.15k stars 590 forks source link

wallet: add gettransaction #890

Closed ErikEk closed 1 year ago

ErikEk commented 1 year ago

This PR adds a method to the wallet that allows to get transaction data on any transaction given its ID. Useful for (https://github.com/lightningnetwork/lnd/pull/7654).

yyforyongyu commented 1 year ago

feel free to ping me when it's ready for review

ErikEk commented 1 year ago

@yyforyongyu PR updated.