You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fee_account_muxed field displays the source account address when the source account is muxed, but does not display the muxed fee account accurately when that account is muxed.
What did you expect to see?
For transaction hash 17fee99b64f9c34ec9f8b52ffd4a72c51186bdf36f79a92bbbc138603916039c , the fee account should be muxed. Horizon response:
select *
from `crypto-stellar.crypto_stellar.history_transactions`
where transaction_hash = '17fee99b64f9c34ec9f8b52ffd4a72c51186bdf36f79a92bbbc138603916039c'
and batch_run_date >= '2021-07-01'
and batch_run_date < '2021-07-30'
Converse example in Hubble with an incorrectly populated fee account:
What did you do?
The
fee_account_muxed
field displays the source account address when the source account is muxed, but does not display the muxed fee account accurately when that account is muxed.What did you expect to see?
For transaction hash
17fee99b64f9c34ec9f8b52ffd4a72c51186bdf36f79a92bbbc138603916039c
, the fee account should be muxed. Horizon response:What did you see instead?
However Hubble returns a null fee_account_muxed:
Converse example in Hubble with an incorrectly populated fee account:
Root Cause:
stellar-etl is checking the source account type, but should check the FeeBumpAccount type instead:
The text was updated successfully, but these errors were encountered: