From ec3a3ea3c0611ee6b70f5318cabba757e1e8cf7f Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 26 Feb 2018 13:20:22 -0800 Subject: [PATCH] Update sea.js --- sea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea.js b/sea.js index 23577623..d472d94d 100644 --- a/sea.js +++ b/sea.js @@ -678,7 +678,7 @@ } ++c // grab the account associated with this public key. - root.get(pub).get((at, ev) => { + gunRoot.get(pub).get((at, ev) => { pub = pub.slice(4) ev.off() --c