FLO-wallet-core/src/script
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull
Replace x=0 with .SetNull(),
x==0 with IsNull(), x!=0 with !IsNull().
Replace uses of uint256(0) with uint256().
2015-01-05 15:45:34 +01:00
..
bitcoinconsensus.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
bitcoinconsensus.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
interpreter.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
interpreter.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script_error.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script_error.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
script.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sigcache.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sigcache.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sign.cpp Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
sign.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
standard.cpp Fix CScriptID(const CScript& in) in empty script case 2014-12-25 03:18:40 -05:00
standard.h Replace direct use of 0 with SetNull and IsNull 2015-01-05 15:45:34 +01:00