covenants: add note to self.

This commit is contained in:
Christopher Jeffrey 2018-01-07 06:38:06 -08:00
parent 4df1d1e1a3
commit 094d475fcf
No known key found for this signature in database
GPG key ID: 8962AB9DE6666BBD

View file

@ -447,6 +447,8 @@ class NameDB {
auction.save();
}
// update -> transfer
// NOTE: Should transfer update action.owner?
// XXX Figure this out: two owners?
case types.TRANSFER: {
break;
}