Commit 8d284916 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: add comment to lwd -> xdm

parent 16204388
...@@ -172,7 +172,8 @@ func (w *LegacyWithdrawal) Value() (*big.Int, error) { ...@@ -172,7 +172,8 @@ func (w *LegacyWithdrawal) Value() (*big.Int, error) {
} }
// CrossDomainMessage turns the LegacyWithdrawal into // CrossDomainMessage turns the LegacyWithdrawal into
// a CrossDomainMessage // a CrossDomainMessage. LegacyWithdrawals do not have
// the concept of value or gaslimit, so set them to 0.
func (w *LegacyWithdrawal) CrossDomainMessage() *CrossDomainMessage { func (w *LegacyWithdrawal) CrossDomainMessage() *CrossDomainMessage {
return &CrossDomainMessage{ return &CrossDomainMessage{
Nonce: w.Nonce, Nonce: w.Nonce,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment