Skip to content

Instantly share code, notes, and snippets.

Created July 18, 2017 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c28b0434a9d09453aecee528fc9b16fa to your computer and use it in GitHub Desktop.
Save anonymous/c28b0434a9d09453aecee528fc9b16fa to your computer and use it in GitHub Desktop.
$ find . -type f | xargs grep Market
Binary file ./bitcoin.exe matches
./src/db.h:class CMarketDB : public CDB
./src/db.h: CMarketDB(const char* pszMode="r+", bool fTxn=false) : CDB("market.dat", pszMode, fTxn) { }
./src/db.h: CMarketDB(const CMarketDB&);
./src/db.h: void operator=(const CMarketDB&);
./src/uibase.h: CProductsDialogBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Marketplace"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(708,535), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
./src/uiproject.fbp: <property name="title">Marketplace</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment