Skip to content

Commit 28cadd7

Browse files
authored
fix: adjust UTxO by Txin query field type (#816)
We need a concrete type rather than an interface for decoding
1 parent 0e24dbf commit 28cadd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/localstatequery/queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ type ShelleyRewardProvenanceQuery struct {
307307
type ShelleyUtxoByTxinQuery struct {
308308
cbor.StructAsArray
309309
Type int
310-
TxIns []ledger.TransactionInput
310+
TxIns []ledger.ShelleyTransactionInput
311311
}
312312

313313
type ShelleyStakePoolsQuery struct {

0 commit comments

Comments
 (0)