Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Nov 25, 2024
1 parent 6bea332 commit 0f0e989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staker/stakerapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,7 @@ func (app *App) handleStakingCommands() {
continue
}

// TODO: modify to handle it as channel
stakingParams, err := app.babylonClient.Params()
if err != nil {
cmd.errChan <- err
Expand Down

0 comments on commit 0f0e989

Please sign in to comment.