mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Some cleanups.
This commit is contained in:
@@ -57,10 +57,7 @@ class Uint160Data : public Data
|
||||
{
|
||||
uint160 mValue;
|
||||
public:
|
||||
Uint160Data(uint160 value)
|
||||
{
|
||||
mValue=value;
|
||||
}
|
||||
Uint160Data(uint160 value) : mValue(value) { ; }
|
||||
bool isUint160(){ return(true); }
|
||||
uint160 getUint160(){ return(mValue); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user