We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da663a commit 109cb6fCopy full SHA for 109cb6f
lib/stateless.ts
@@ -60,7 +60,7 @@ export class HookedStateManager extends StateManager {
60
super.getContractStorage(addr, key, (err: Error, value: any) => {
61
const addrS = addr.toString('hex')
62
const keyS = key.toString('hex')
63
- if (err || value.length === 0) {
+ if (err) {
64
return cb(err, value)
65
}
66
0 commit comments