Method: Reth::AccountService#propose_path

Defined in:
lib/reth/account_service.rb

#propose_path(address) ⇒ Object



324
325
326
# File 'lib/reth/account_service.rb', line 324

def propose_path(address)
  File.join @keystore_dir, Utils.encode_hex(address)
end