This commit is contained in:
jed
2012-11-14 21:26:23 -08:00
parent 7500547fe1
commit 46cd90b47b
6 changed files with 42 additions and 49 deletions

View File

@@ -41,8 +41,8 @@ TER RegularKeySetTransactor::doApply()
mTxnAccount->setFlag(lsfPasswordSpent);
uint160 uAuthKeyID=mTxn.getFieldAccount160(sfAuthorizedKey);
mTxnAccount->setFieldAccount(sfAuthorizedKey, uAuthKeyID);
uint160 uAuthKeyID=mTxn.getFieldAccount160(sfRegularKey);
mTxnAccount->setFieldAccount(sfRegularKey, uAuthKeyID);
std::cerr << "doRegularKeySet<" << std::endl;