Skip to content

Commit

Permalink
fix(ffi): missing param in header.h (#3774)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi authored Jan 28, 2022
1 parent 9772928 commit 7645a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file.
4 changes: 4 additions & 0 deletions base_layer/wallet_ffi/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ struct TariPublicKeys;

struct TariCommitmentSignature;

struct TariCovenant;

struct TariOutputFeatures;

struct TariContacts;
Expand Down Expand Up @@ -598,6 +600,8 @@ unsigned long long wallet_import_utxo(
struct TariOutputFeatures *features,
struct TariCommitmentSignature *metadata_signature,
struct TariPublicKey *sender_offset_public_key,
struct TariPrivateKey *script_private_key,
struct TariCovenant *covenant,
const char *message,
int *error_out
);
Expand Down

0 comments on commit 7645a83

Please sign in to comment.