Skip to content

Commit 85eb9ac

Browse files
committed
Add no-timelock filter
1 parent 4b29f19 commit 85eb9ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/l1connection/l1connection.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ func (c *l1client) OutputMap(myAddress iotago.Address, timeout ...time.Duration)
107107
HasNativeTokens: &falseParam,
108108
},
109109
},
110+
&nodeclient.BasicOutputsQuery{
111+
AddressBech32: bech32Addr,
112+
IndexerTimelockParas: nodeclient.IndexerTimelockParas{
113+
HasTimelock: &falseParam,
114+
},
115+
IndexerNativeTokenParas: nodeclient.IndexerNativeTokenParas{
116+
HasNativeTokens: &falseParam,
117+
},
118+
},
110119
&nodeclient.FoundriesQuery{AliasAddressBech32: bech32Addr},
111120
&nodeclient.NFTsQuery{AddressBech32: bech32Addr},
112121
&nodeclient.AliasesQuery{GovernorBech32: bech32Addr},

0 commit comments

Comments
 (0)