Skip to content

Commit

Permalink
fix(wallet header): remove function argument (#4092)
Browse files Browse the repository at this point in the history
Description
---
As per fcbdb0a we removed the `network` argument from `comms_config_create` but forgot to remove it from the header file causing mobile builds to fail.

Motivation and Context
---
Corrective actions.

How Has This Been Tested?
---
It's been tested in the iOS build that went from not working to working.
  • Loading branch information
brianp committed May 12, 2022
1 parent c248a6d commit cf91e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base_layer/wallet_ffi/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ struct TariCommsConfig *comms_config_create(const char *public_address,
const char *datastore_path,
unsigned long long discovery_timeout_in_secs,
unsigned long long saf_message_duration_in_secs,
const char *network,
int *error_out);

// Frees memory for a TariCommsConfig
Expand Down

0 comments on commit cf91e91

Please sign in to comment.