-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* impl From<(Amount, Scalar)> for AmountSecrets * impl Into<Amount> for AmountSecrets * move genesis creation boilerplate into tests::init_genesis() * add Tx verification to SpentBookMock::log_spent() * add SpentBookMock::log_spent_and_skip_tx_verification() * modify tests to check errors from SpentBookMock::log_spent() * uncomment test_inputs_are_validated() and gets it working * uncomment and refactor test_mismatched_amount_and_commitment
- Loading branch information
Showing
4 changed files
with
615 additions
and
487 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
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
Oops, something went wrong.