mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
rpc: set new RawTxHex field in GetTransactions response
This commit is contained in:
parent
0db0c5be93
commit
414f501e2b
@ -3598,6 +3598,7 @@ func (r *rpcServer) GetTransactions(ctx context.Context,
|
||||
TimeStamp: tx.Timestamp,
|
||||
TotalFees: tx.TotalFees,
|
||||
DestAddresses: destAddresses,
|
||||
RawTxHex: hex.EncodeToString(tx.RawTx),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user