Fix broken error messages.

This commit is contained in:
Sean Bowe
2018-05-07 13:49:17 -06:00
parent e390a475c1
commit 8c57bbac15
4 changed files with 8 additions and 8 deletions

View File

@@ -235,7 +235,7 @@ void CTxMemPool::removeWithAnchor(const uint256 &invalidRoot, ShieldedType type)
}
break;
default:
throw runtime_error("Unknown shielded type " + type);
throw runtime_error("Unknown shielded type");
break;
}
}