Skip to content

Commit

Permalink
Rename keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Nov 1, 2024
1 parent e861269 commit e20637c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dfi/consensus/icxorders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,10 @@ Res CICXOrdersConsensus::operator()(const CICXClaimDFCHTLCMessage &obj) const {
result.pushKV("dfchtlc_tx", dfchtlc->creationTx.ToString());
if (exthtlc) {
if (auto extTx = mnview.GetICXSubmitEXTHTLCTXID(dfchtlc->offerTx)) {
result.pushKV("ext_htlc_address", extTx->ToString());
result.pushKV("ext_htlc_tx", extTx->ToString());
}
result.pushKV("ext_htlc_address", exthtlc->htlcscriptAddress);
result.pushKV("ext_htlc_tx", HexStr(exthtlc->ownerPubkey));
result.pushKV("ext_htlc_pubkey", HexStr(exthtlc->ownerPubkey));
}
result.pushKV("claim_tx", tx.GetHash().ToString());
result.pushKV("address", EncodeDestination(dest));
Expand Down

0 comments on commit e20637c

Please sign in to comment.