-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…4594) This PR follows on from #4590, and: - Extracts out witness count validation into a common function `validateWitnessCounts`. - Replaces `fromIntegral` with `intCastMaybe` and `fromJustNote` with a unique and identifiable error message. - Changes the types of fields `{expected,detected}NumberOfKeyWits` to `Natural`. - Changes the name of `ErrSubmitTransactionPartiallySignedOrNoSignedTx` to `ErrSubmitTransactionMissingWitnesses`. ## Issue ADP-3306
- Loading branch information
Showing
3 changed files
with
44 additions
and
16 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