mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
rpc: add gettransaction endpoint to walletrpc sub-server
This commit is contained in:
@@ -233,6 +233,13 @@ func (w *WalletController) PublishTransaction(tx *wire.MsgTx, _ string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetTransactionDetails currently does nothing.
|
||||
func (w *WalletController) GetTransactionDetails(
|
||||
txHash *chainhash.Hash) (*lnwallet.TransactionDetail, error) {
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// LabelTransaction currently does nothing.
|
||||
func (w *WalletController) LabelTransaction(chainhash.Hash, string,
|
||||
bool) error {
|
||||
|
Reference in New Issue
Block a user