Skip to content

Commit

Permalink
Fix bug in wallet FFI header file
Browse files Browse the repository at this point in the history
PR fixes the type of an argument in the C header for wallet FFI.
  • Loading branch information
philipr-za committed Jul 9, 2021
1 parent a54d87f commit 6367f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/wallet_ffi/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ struct TariWallet *wallet_create(struct TariWalletConfig *config,
unsigned int num_rolling_log_files,
unsigned int size_per_log_file_bytes,
const char *passphrase,
const char *seed_words,
struct TariSeedWords *seed_words,
void (*callback_received_transaction)(struct TariPendingInboundTransaction*),
void (*callback_received_transaction_reply)(struct TariCompletedTransaction*),
void (*callback_received_finalized_transaction)(struct TariCompletedTransaction*),
Expand Down

0 comments on commit 6367f33

Please sign in to comment.