wallet.cpp: Set correct expiration in register_account
This commit is contained in:
parent
38c68e1f5d
commit
eb4f39e78c
1 changed files with 1 additions and 0 deletions
|
|
@ -727,6 +727,7 @@ public:
|
||||||
|
|
||||||
vector<public_key_type> paying_keys = registrar_account_object.active.get_keys();
|
vector<public_key_type> paying_keys = registrar_account_object.active.get_keys();
|
||||||
|
|
||||||
|
tx.set_expiration(get_dynamic_global_properties().head_block_id);
|
||||||
tx.validate();
|
tx.validate();
|
||||||
|
|
||||||
for( public_key_type& key : paying_keys )
|
for( public_key_type& key : paying_keys )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue