-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: loosen ffi import utxo requirements (#4126)
Description --- - Made import UTXO less strict for the FFI - _source public key_, _features_ and _covenant_ are now optional inputs. - Added missing `TariTransactionSendStatus` decode and destroy methods to the FFI interface file `wallet.h`. Motivation and Context --- - The facet is missing some non-critical parameters - Methods to de-structure `callback_transaction_send_result` were missing in the FFI interface file `wallet.h`. How Has This Been Tested? --- Existing unit tests
- Loading branch information
1 parent
384928e
commit 83a6fd9
Showing
2 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters