-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: multisig: accept arbitrary public messages (#1252)
* accept arbitrary messages in multisig * accept arbitrary messages in paych * add tests for fallback method handler in account, multisig, and paych * rustfmt * clippy * moar clippy * leave paych unmolested * names.... * Review Response * Update fallback to mutable runtime * Clippy --------- Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com> Co-authored-by: ZenGround0 <5515260+ZenGround0@users.noreply.github.com>
- Loading branch information
1 parent
bb01e4c
commit 49db254
Showing
3 changed files
with
86 additions
and
0 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