Skip to content

Commit eda6714

Browse files
authored
fschain/client: Do not lose tx address on already on chain case (#3699)
2 parents e1882ff + 1d17b3a commit eda6714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/morph/client/notary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ func (c *Client) notaryInvoke(committee, invokedByAlpha bool, contract util.Uint
544544
zap.String("fallback_hash", fbH.StringLE()),
545545
)
546546

547-
return util.Uint256{}, nil
547+
return mainH, nil
548548
}
549549

550550
return util.Uint256{}, err

0 commit comments

Comments
 (0)