Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnexpectedEnd error on MakerPaymentSpend #2048

Open
cipig opened this issue Jan 16, 2024 · 2 comments
Open

UnexpectedEnd error on MakerPaymentSpend #2048

cipig opened this issue Jan 16, 2024 · 2 comments

Comments

@cipig
Copy link
Member

cipig commented Jan 16, 2024

did a KMD to NMC-segwit swap... maker finished swap successful, but taker can't claim the NMC-segwit
MakerPaymentSpendFailed:
taker_swap:1803] mm2src/coins/utxo/utxo_common.rs:2056] "utxo_common:1186] utxo_common:1139] rpc_clients:2378] UnexpectedEnd"
the NMC-segwit are stuck in the multisig address and "recover funds" shows same UnexpectedEnd error

taker JSON:
d34ceb03-025b-4ff2-8b3a-66b1026e135f.json.txt

NMC are stuck here: https://chainz.cryptoid.info/nmc/address.dws?6EW9iioKwDBPASXLcEfHTL1sWoNi4U28Cq.htm

@cipig
Copy link
Member Author

cipig commented Jan 16, 2024

lol, couple minutes later i could claim those NMC-segwit as taker with "recover funds"

{
    "action": "SpentOtherPayment",
    "coin": "NMC-segwit",
    "is_valid": true,
    "tx_hash": "fb2edf6c1a9416bdefe7d0b6ff7f5e140a09e5bd4f096f9c7ff4e02201e5d733",
    "tx_hex": "010000000109ab83c9af1931f00b2da1aa4e12e7e8fd04c032a3bc62beb8325632d92131a900000000d8483045022100bc679caa91f5067ab1aee391d9bddf20ff03bd634b8e4c83779ba7833a435e0e02203773b3791a37306022cd634e2be78448b6f0ee7f279e4fd05f50608f55f466010120f35b017cc89f0eeb1297a399347ab12a81df233c92ad0e5034a617e56e2f0cf6004c6b6304fe59a665b1752102f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3ac6782012088a914f8ec1a9d36d84d8da94b971486d98615777970868821023c5ba1d7ef6fa015eb33defb3aba2a961898a51bbb7ff30344d07ba75ad3f289ac68ffffffff016369f5050000000016001484c74592ed8ac05340906784d277ca4d4e0af08efe59a665"
}

@cipig cipig changed the title taker can't claim NMC-segwit from swap UnexpectedEnd error on MakerPaymentSpend Jun 6, 2024
@cipig
Copy link
Member Author

cipig commented Jun 6, 2024

seen the same error on XEC, on taker, while trying to spend XEC makerpayment:

taker_swap:1803] mm2src/coins/utxo/utxo_common.rs:2056] "utxo_common:1186] utxo_common:1139] rpc_clients:2378] UnexpectedEnd"

XEC makerpayment tx was this:

         "event" : {
            "data" : {
               "tx_hash" : "1d689902519b8a69367a0e796800f0ea605be2a84d3d76408c419bf200ab859e",
               "tx_hex" : "0100000001e6ff754d2a72b6d5cc623f59a7940bf6f8de57be666a651aeebfdd7b5bed02a9020000006a47304402201a53709bd180ed8c06048c7746fcd14d3e6228a6fb1735c1c1a8e811ee054e3a022007b12c8ab183613493d368e679895da869ee6864a2fa6c62819a12f67ceb0fff412102f4928b419e512fae82cb4e52c4715a0f321a6c0f290e7504ab3b6e76b5374fe3ffffffff0332822d030000000017a914d4f740c5cc279aa097ecd00a45db56add1eb4039870000000000000000166a1468f638b0b7cafe65fb6b429b3c5e26f587f22f11cd14f20a000000001976a914d524d6c8e9f2a8cd1e90276e989e2ad73df2459488ac191d6266"
            },
            "type" : "MakerPaymentSent"
         },
         "timestamp" : 1717706009787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@cipig and others