mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-09 07:36:43 +00:00
Fix missing VerboseData in BlockAddedNotifications. (#1675)
Co-authored-by: Ori Newman <orinewman1@gmail.com> Co-authored-by: Svarog <feanorr@gmail.com>
This commit is contained in:
parent
a8a7e3dd9b
commit
15811b0bcb
@ -113,6 +113,7 @@ func (x *RpcBlock) fromAppMessage(message *appmessage.RPCBlock) error {
|
|||||||
*x = RpcBlock{
|
*x = RpcBlock{
|
||||||
Header: header,
|
Header: header,
|
||||||
Transactions: transactions,
|
Transactions: transactions,
|
||||||
|
VerboseData: verboseData,
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user