Rename NullifierType to ShieldedType.

This commit is contained in:
Sean Bowe
2018-04-25 17:55:33 -06:00
parent 2f23a656fb
commit 28d20bdb11
11 changed files with 43 additions and 43 deletions

View File

@@ -366,7 +366,7 @@ public:
return false;
}
bool GetNullifier(const uint256 &nf, NullifierType type) const {
bool GetNullifier(const uint256 &nf, ShieldedType type) const {
return false;
}