Skip to content

Commit

Permalink
feat: refund apply
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed Apr 21, 2022
1 parent e7c83ee commit ce90d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer/refund_apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit ce90d6a

Please sign in to comment.