fix for daemon.get_est_cost

This commit is contained in:
Lex Berezhny 2018-07-15 10:54:59 -04:00 committed by Jack Robison
parent 9636ca22e7
commit adc92a2b52
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -466,7 +466,7 @@ class Daemon(AuthJSONRPCServer):
cost = self._get_est_cost_from_stream_size(size)
resolved = (yield self._resolve(uri))[uri]
resolved = yield self._resolve(uri)
if uri in resolved and 'claim' in resolved[uri]:
claim = ClaimDict.load_dict(resolved[uri]['claim']['value'])