Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed May 1, 2024
1 parent c095734 commit ed0d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tbtc/moving_funds.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func isWalletPendingMovingFundsTarget(

// Our wallet is on the list of target wallets. If the state is moving
// funds, there is probably moving funds to our wallet in the process.
walletChainData, err := chain.GetWallet(walletPublicKeyHash)
walletChainData, err := chain.GetWallet(event.WalletPublicKeyHash)
if err != nil {
return false, fmt.Errorf(
"cannot get wallet's chain data: [%w]",
Expand Down

0 comments on commit ed0d246

Please sign in to comment.