Skip to content

Commit

Permalink
Update x/interchainstaking/keeper/receipt.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman authored Jun 12, 2023
1 parent 2a7d2c4 commit 729e5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainstaking/keeper/receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
ICATimeout = time.Hour * 6
)

func (k Keeper) HandleReceiptTransaction(ctx sdk.Context, txn *tx.Tx, hash string, zone types.Zone) error {
func (k *Keeper) HandleReceiptTransaction(ctx sdk.Context, txn *tx.Tx, hash string, zone types.Zone) error {
k.Logger(ctx).Info("Deposit receipt.", "ischeck", ctx.IsCheckTx(), "isrecheck", ctx.IsReCheckTx())
memo := txn.Body.Memo

Expand Down

0 comments on commit 729e5bf

Please sign in to comment.