Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Oct 4, 2018
1 parent 2e00e11 commit 9362bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esperanza/proposer_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ std::shared_ptr<const CBlock> ProposeBlock(const CChainParams &chainParams) {

if (!blockTemplate) {
// did not get block template
return false;
return nullptr;
}

WalletExtension &walletExt = wallet->GetWalletExtension();
Expand Down

0 comments on commit 9362bb5

Please # to comment.