Skip to content

Commit

Permalink
cleaned up telepod
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed Oct 19, 2014
1 parent 14eba55 commit e830e45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/wallet/wallet_rpc_server_commans_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,12 @@ namespace wallet_rpc

struct telepod
{
std::string transaction_template_hex;
std::string account_keys_hex;
std::string basement_tx_id_hex;
std::list<uint64_t> tx_outs_offsets;

BEGIN_KV_SERIALIZE_MAP()
KV_SERIALIZE(transaction_template_hex)
KV_SERIALIZE(account_keys_hex)
KV_SERIALIZE(basement_tx_id_hex)
KV_SERIALIZE(tx_outs_offsets)
END_KV_SERIALIZE_MAP()
};

Expand Down

0 comments on commit e830e45

Please sign in to comment.