Skip to content

Commit

Permalink
return MsgTx in (*DEXWallet).GetTransaction method (#710)
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon authored Dec 10, 2024
1 parent c039915 commit 934e771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libwallet/assets/dcr/dex_wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ func (dw *DEXWallet) GetTransaction(ctx context.Context, txHash *chainhash.Hash)

ret := dexdcr.WalletTransaction{
BlockHash: b.String(),
MsgTx: &txd.MsgTx,
}

if txd.Block.Height != -1 {
Expand Down

0 comments on commit 934e771

Please sign in to comment.