signify-ts
signify-ts copied to clipboard
fix: send exn to actual recipient only
exn messages have a specific recipient (rp field).
Right now for multi-sig:
- creates first exn message with
rpfield of first member - this message is sent to all members
- returns early (bug in itself)
This change will just send the specific message to the specific member, and not return early.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.93%. Comparing base (
ce3614c) to head (02f178a). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #273 +/- ##
=======================================
Coverage 83.93% 83.93%
=======================================
Files 48 48
Lines 4257 4259 +2
Branches 1051 1038 -13
=======================================
+ Hits 3573 3575 +2
+ Misses 680 656 -24
- Partials 4 28 +24
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ok seems to have broken 1 test, interesting.. checking
edit - ok, yes, forgot i need remove this return statement