Rename NewcoinAddress to RippleAddress.

This commit is contained in:
Arthur Britto
2012-10-25 18:31:20 -07:00
parent 06f7347d89
commit 249725b66b
55 changed files with 691 additions and 691 deletions

View File

@@ -510,8 +510,8 @@ public:
SerializedTypeID getSType() const { return STI_ACCOUNT; }
std::string getText() const;
NewcoinAddress getValueNCA() const;
void setValueNCA(const NewcoinAddress& nca);
RippleAddress getValueNCA() const;
void setValueNCA(const RippleAddress& nca);
void setValueH160(const uint160& v);
bool getValueH160(uint160&) const;