Looking at my dashboard I am seeing an error in finalize-inbound repeated twice, once at 8am and again at 11:24am.
The data is below except the key is redacted:
{
"data": {
"event": {
"txid": "0xbc377d31e9600ec5725d1d0bd5e2ae6f7b934e1f8f354e7cd28e63676b9a6dc4",
"index": 2
}
},
"returnValue": {
"error": "Error: Can not sign for this input with the key 02ed...9f24"
}
}
The txid above relates to finalize-swap, linked here.
The key does not match the format of the BTC/STX key in my env file, so I'm not sure how to troubleshoot.
Looking at my dashboard I am seeing an error in
finalize-inboundrepeated twice, once at 8am and again at 11:24am.The data is below except the key is redacted:
{ "data": { "event": { "txid": "0xbc377d31e9600ec5725d1d0bd5e2ae6f7b934e1f8f354e7cd28e63676b9a6dc4", "index": 2 } }, "returnValue": { "error": "Error: Can not sign for this input with the key 02ed...9f24" } }The txid above relates to
finalize-swap, linked here.The key does not match the format of the BTC/STX key in my env file, so I'm not sure how to troubleshoot.