Dan Kinsley

Results 3 comments of Dan Kinsley

Is it possible this is an off-by-one issue? Maybe we are setting the `approved` transfer amount equal to what they want to deposit, but whatever is checking is looking for...

Steps to reproduce in a new directory: ``` npm init yarn add @counterfactual/node ``` This only effects those using yarn, `npm install` works fine.

Tried to solve it by storing PK in a cookie instead of localStorage with this PR: https://github.com/joincivil/kirby-web3/pull/30 However, it still seems to be trying to access localStorage and blowing up...