Skip to content

Commit

Permalink
fix unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
dqli164 committed Nov 24, 2023
1 parent e2bfe50 commit 3cfa367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mw/ledger/unlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ func (h *Handler) UnlockBalance(ctx context.Context) (*ledgermwpb.Ledger, error)
return nil, err
}

h.ID = &handler.lop.ledger.ID
h.EntID = &handler.lop.ledger.EntID
return h.GetLedger(ctx)
}

0 comments on commit 3cfa367

Please sign in to comment.