Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #298

Merged
merged 3 commits into from
Aug 2, 2022
Merged

Conversation

cartoon-face
Copy link
Contributor

  • removed redundant std::move(blockPtr) call
  • removed unused vars from WalletService
  • check if wallet is valid in WalletService, PoolRpcServer & WalletRpcServer
  • remove unneeded txPubKey in RpcServer: we get this already from #L613 which is also checked to see if its NULL
  • make use of out in for() statement in WalletLegacy
  • removed unused function in WalletTransactionSender

cartoon-face and others added 3 commits July 27, 2022 19:09
* removed redundant std::move(blockPtr) call
* removed unused vars from WalletService
* check if wallet is valid in WalletService, PoolRpcServer & WalletRpcServer
* remove unneeded txPubKey: we get this already from #L613 which is also checked to see if its NULL
* make use of out in for statement in WalletLegacy
* removed unused function in WalletTransactionSender
Copy link
Member

@AxVultis AxVultis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good! Thanks.

@AxVultis AxVultis merged commit 3a00caa into ConcealNetwork:development Aug 2, 2022
@cartoon-face cartoon-face added the fixes bug fixes label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixes bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants