Skip to content

Commit

Permalink
Fix: bridge lock fee
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 1, 2024
1 parent dba0944 commit 609e408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexer/decode/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func parseActions(height types.Level, blockTime time.Time, from string, tx *Deco
case *astria.Action_BridgeLockAction:
tx.ActionTypes.Set(storageTypes.ActionTypeBridgeLockBits)
err = parseBridgeLock(val, from, height, ctx, &actions[i])
feeType = "astria.protocol.transactions.v1alpha1.BridgeUnlockAction"
feeType = "astria.protocol.transactions.v1alpha1.BridgeLockAction"
case *astria.Action_FeeAssetChangeAction:
tx.ActionTypes.Set(storageTypes.ActionTypeFeeAssetChangeBits)
err = parseFeeAssetChange(val, &actions[i])
Expand Down

0 comments on commit 609e408

Please sign in to comment.