wallet.cpp: Set correct expiration in register_account

This commit is contained in:
theoreticalbts 2015-07-10 17:21:12 -04:00
parent 38c68e1f5d
commit eb4f39e78c

View file

@ -727,6 +727,7 @@ public:
vector<public_key_type> paying_keys = registrar_account_object.active.get_keys();
tx.set_expiration(get_dynamic_global_properties().head_block_id);
tx.validate();
for( public_key_type& key : paying_keys )