From ce90d6a24ec04bb6caee893b38e77e2dbc67af77 Mon Sep 17 00:00:00 2001 From: scorpiotzh <835598264@qq.com> Date: Thu, 21 Apr 2022 18:15:45 +0800 Subject: [PATCH] feat: refund apply --- timer/refund_apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer/refund_apply.go b/timer/refund_apply.go index 083985de..67b3b90c 100644 --- a/timer/refund_apply.go +++ b/timer/refund_apply.go @@ -31,7 +31,7 @@ func (t *TxTimer) doRefundApply() error { ArgsLen: 0, Filter: &indexer.CellsFilter{ Script: applyContract.ToScript(nil), - OutputDataLenRange: nil, + OutputDataLenRange: &[2]uint64{48, 49}, OutputCapacityRange: nil, BlockRange: nil, },