re-establish subscriptions after ws disconnect

This commit is contained in:
tim
2025-02-26 17:28:23 -04:00
parent 2e49346533
commit f5f53c6af4
3 changed files with 16 additions and 2 deletions

View File

@@ -318,7 +318,6 @@ const orders = computed(()=>{
st.id = `${vault}|${index}`
st.index = parseInt(index)
// st.startTime = timestampString(st.startTime)
console.log('starttime', st.startTime)
/*
o.tranches = o.tranches.map((tranche)=>{
const t = {...tranche}