diff --git a/libraries/wallet/wallet.cpp b/libraries/wallet/wallet.cpp index 0fbd8be4..4d2fbd7b 100644 --- a/libraries/wallet/wallet.cpp +++ b/libraries/wallet/wallet.cpp @@ -727,6 +727,7 @@ public: vector 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 )