Beispiel #1
0
// This is an override. See note above.
//
bool OTTrade::VerifyNymAsAgentForAccount(Nym& nym, Account& account) const
{
    return account.VerifyOwner(nym);
}