From 094d475fcfa1bfd083532b18cf849bb5fa87e91c Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 7 Jan 2018 06:38:06 -0800 Subject: [PATCH] covenants: add note to self. --- lib/covenants/db.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/covenants/db.js b/lib/covenants/db.js index ede68dd7..29fc7455 100644 --- a/lib/covenants/db.js +++ b/lib/covenants/db.js @@ -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; }