Skip to content

Commit

Permalink
remove unfinished code
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed May 29, 2024
1 parent c1915b1 commit 40c0f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/btclightclient/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ func (m msgServer) WithdrawBitcoin(goCtx context.Context, msg *types.MsgWithdraw

m.bankKeeper.SendCoinsFromAccountToModule(ctx, sender, types.ModuleName, sdk.NewCoins(coin))

//request := types.BitcoinSigningRequest(sender, coin)

// Emit events
m.EmitEvent(ctx, msg.Sender,
sdk.NewAttribute("withdraw", msg.Amount),
Expand Down

0 comments on commit 40c0f4f

Please sign in to comment.