Skip to content

Commit eda3c78

Browse files
committed
fix: redeemer type
1 parent 9acbb13 commit eda3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mesh-provider/src/utxo-rpc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export class U5CProvider
193193

194194
const result: Omit<Action, "data">[] = [];
195195

196-
evalResult.map((action: any) => {
196+
evalResult.map((action: spec.cardano.Redeemer) => {
197197
result.push({
198198
tag: tagMap[action.purpose!]!,
199199
index: action.index,

0 commit comments

Comments
 (0)