set fee version
This commit is contained in:
parent
c3f61b3e69
commit
5b297f165f
1 changed files with 2 additions and 0 deletions
|
@ -1937,6 +1937,8 @@ class Daemon(AuthJSONRPCServer):
|
|||
elif 'address' not in metadata['fee']:
|
||||
address = yield self.session.wallet.get_unused_address()
|
||||
metadata['fee']['address'] = address
|
||||
if 'fee' in metadata and 'version' not in metadata['fee']:
|
||||
metadata['fee']['version'] = '_0_0_1'
|
||||
|
||||
claim_dict = {
|
||||
'version': '_0_0_1',
|
||||
|
|
Loading…
Reference in a new issue