mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 06:06:49 +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{
|
||||
Header: header,
|
||||
Transactions: transactions,
|
||||
VerboseData: verboseData,
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user