diff --git a/server/lib/index.js b/server/lib/index.js index a8a79ca..8a781fd 100644 --- a/server/lib/index.js +++ b/server/lib/index.js @@ -15,7 +15,7 @@ export function vouch(startdate, address, username, value) { ) .chain(fromPromise(dispatch)) .chain(fromPromise(sendMessage)) - .chain(fromPromise(writeInteraction)) + //.chain(fromPromise(writeInteraction)) .toPromise() } else {