Transactions not entering mempool after 30 mins (assetallocationburntoethereum & assetupdate)

I sent SYS after this and it confirmed so I know my wallet is not having connectivity issues. I closed and reopened my wallet after waiting 15 mins. Both still “not in memory pool”.

Here are the gettransaction outputs for these transactions in the order I sent them:

assetallocationburntoethereum tx
{
  "amount": 0.00000000,
  "fee": -0.00006260,
  "confirmations": 0,
  "trusted": false,
  "txid": "3182dca0a589dcdb79816aa25204dc86454de1c2638673318e0cf19508bfbb2b",
  "walletconflicts": [
  ],
  "time": 1588854274,
  "timereceived": 1588854274,
  "bip125-replaceable": "unknown",
  "details": [
    {
      "category": "send",
      "amount": 0.00000000,
      "vout": 0,
      "fee": -0.00006260,
      "abandoned": false,
      "systx": {
        "txtype": "assetallocationburntoethereum",
        "asset_allocation": "490411102-sys1qn5ls49y3lsglzzu2m4dmdprny0zx4s228ewq4n",
        "asset_guid": 490411102,
        "symbol": "FUNx",
        "txid": "3182dca0a589dcdb79816aa25204dc86454de1c2638673318e0cf19508bfbb2b",
        "height": 0,
        "sender": "sys1qn5ls49y3lsglzzu2m4dmdprny0zx4s228ewq4n",
        "allocations": [
          {
            "address": "burn",
            "amount": 9999999999.00000000
          }
        ],
        "total": 9999999999.00000000,
        "blockhash": "0000000000000000000000000000000000000000000000000000000000000000",
        "ethereum_destination": "0x0763e1d872f2d72dd75f1ea1630dda726aca3fab",
        "ethereum_contract": "0x419d0d8bdd9af5e606ae2232ed285aff190e711b"
      }
    }
  ],
  "hex": "077400000001014cdeffdc81fb66f3f87072777fc6a11c12ebaf26cd3656306f01d27bb1a6989e0100000000feffffff020000000000000000526a041d3b145e080de0b6b3a16e1f00140763e1d872f2d72dd75f1ea1630dda726aca3fab010814419d0d8bdd9af5e606ae2232ed285aff190e711b0100149d3f0a9491fc11f10b8add5bb6847323c46ac14a4228cd1d000000001600149d3f0a9491fc11f10b8add5bb6847323c46ac14a0247304402202d672468e280d8583811eead9bf51ff52bf5a0388c47f48b076415a06def7c0a022056aab36e54ae3f43a4f7774b669cd5ce627a8b006976c8aa118d0ec8a63d17e10121020ff7799b9a642400e9e0ef51968a500d687252b9c9e77e57e51e7cc75d06e0dd00000000"
}
assetupdate tx
{
  "amount": 0.00000000,
  "fee": -0.00003540,
  "confirmations": 0,
  "trusted": false,
  "txid": "c2f8eaff147fbdf2b68fa4543576ff8022022f40405fb5dd4ca3c6e1ab9ea7a8",
  "walletconflicts": [
  ],
  "time": 1588856304,
  "timereceived": 1588856304,
  "bip125-replaceable": "unknown",
  "details": [
    {
      "category": "send",
      "amount": 0.00000000,
      "vout": 0,
      "fee": -0.00003540,
      "abandoned": false,
      "systx": {
        "txtype": "assetupdate",
        "asset_guid": 490411102,
        "symbol": "FUNx",
        "txid": "c2f8eaff147fbdf2b68fa4543576ff8022022f40405fb5dd4ca3c6e1ab9ea7a8",
        "height": 0,
        "sender": "sys1qn5ls49y3lsglzzu2m4dmdprny0zx4s228ewq4n",
        "update_flags": 31,
        "blockhash": "0000000000000000000000000000000000000000000000000000000000000000"
      }
    }
  ],
  "hex": "037400000001012bbbbf0895f10c8e31738663c2e14d4586dc0452a26a8179dbdc89a5a0dc82310100000000ffffffff020000000000000000656a4c620000000000000000000000000000000000000000000000000000000000000000005e143b1d0446554e7800149d3f0a9491fc11f10b8add5bb6847323c46ac14a00000000000000000000001f6ea1b3b6e00d001f6ea1b3b6e00d107c07001f08007f6e1acd1d000000001600149d3f0a9491fc11f10b8add5bb6847323c46ac14a0247304402206485a71f27b56c276dd7c552062e313ec63e0c81f5eefdae558fa8333b011eaa02203c2877676d534af5e097d26408737c2dc7fb6bc3fbea85adc8615d9dc5dfb0690121020ff7799b9a642400e9e0ef51968a500d687252b9c9e77e57e51e7cc75d06e0dd00000000"
}

I’m going to abandontransaction on these and try again with debug enabled. Maybe I will find something.

Nevermind for now! I submitted new transactions while watching debug.log. They both entered the mempool and confirmed. Wish I could have found why the first attempt failed. Hopefully I’ll catch it if it happens again.

was your node synced on the first attempt?