mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge #702: fix no return at end of function introduced in 172ad71988
72186f8b7 f'Fix QT startup for custom chains' (Gregory Sanders)
Pull request description:
Tree-SHA512: b903ae09eeaf5a660444a69c8f058712a808f04ae5c037474c98d013077c80f39b697d679ec07d877188c2e53a93c8f7bcbf2bca1803ee6a43dd0b8eada1f962
This commit is contained in:
commit
7c302d2bc4
1 changed files with 1 additions and 0 deletions
|
|
@ -93,4 +93,5 @@ const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId)
|
|||
titleAddText.c_str());
|
||||
}
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue