lnrpc: display transaction label in transaction details

This commit is contained in:
carla
2020-05-18 14:13:24 +02:00
parent 52137459e4
commit e8ca306f12
7 changed files with 756 additions and 729 deletions

View File

@@ -36,6 +36,7 @@ func RPCTransactionDetails(txns []*lnwallet.TransactionDetail) *TransactionDetai
TotalFees: tx.TotalFees,
DestAddresses: destAddresses,
RawTxHex: hex.EncodeToString(tx.RawTx),
Label: tx.Label,
}
}