chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
b4f8815426
commit
7ae23e287a
@@ -22,8 +22,8 @@ func (t Tx) Hash() [32]byte {
|
||||
return sha256.Sum256(t.Bytes())
|
||||
}
|
||||
|
||||
func (t Tx) GetMessages() []transaction.Msg {
|
||||
return []transaction.Msg{t.Msg}
|
||||
func (t Tx) GetMessages() ([]transaction.Msg, error) {
|
||||
return []transaction.Msg{t.Msg}, nil
|
||||
}
|
||||
|
||||
func (t Tx) GetSenders() ([]transaction.Identity, error) {
|
||||
|
||||
Reference in New Issue
Block a user