From 2afa80a6382bf0fa98668222dbb3ebe34a9fad5d Mon Sep 17 00:00:00 2001 From: Isaac Visintainer Date: Thu, 8 Apr 2021 14:37:06 -0700 Subject: [PATCH] btc: unconditionally re-request address-info for watched addresses --- pkg/arvo/app/btc-wallet.hoon | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkg/arvo/app/btc-wallet.hoon b/pkg/arvo/app/btc-wallet.hoon index 40b051d66..c7c3fa1d3 100644 --- a/pkg/arvo/app/btc-wallet.hoon +++ b/pkg/arvo/app/btc-wallet.hoon @@ -600,12 +600,9 @@ ?. =(network network.w) ~ ^- (unit (list card)) :- ~ - %+ murn ~(tap by wach.w) - |= [a=address ad=addi] - ?: %+ levy ~(tap in utxos.ad) - |=(u=utxo (gth height.u (sub block.btc-state confs.w))) - ~ - `(poke-provider [%address-info a]) + %+ turn ~(tap by wach.w) + |= [a=address *] + (poke-provider [%address-info a]) :: +retry-txs: get info on txs without enough confirmations :: ++ retry-txs