Ability to get contractID of person who sent a GIMessage (innerSigningContractID() function) #2125
Labels
Kind:Core
Anything that changes or affects the fundamental core data structures & design of the application.
Kind:Enhancement
Improvements, new features, performance upgrades, etc.
Priority:High
Problem
In PR #2046 there is the desire to display who sent a GIMessage that resulted in an error:
It seems like there's no simple way to get this information from a
GIMessage
.Solution
Implement
innerSigningContractID()
onGIMessage
that returns this info if available as astring
, otherwisenull
.Update the code here (see screenshot above if link doesn't work) to restore the
contractID
information for that notification so that we can know what user sent the failing message.The text was updated successfully, but these errors were encountered: