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:
stasatdaglabs 2021-04-13 11:35:06 +03:00 committed by GitHub
parent a8a7e3dd9b
commit 15811b0bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ func (x *RpcBlock) fromAppMessage(message *appmessage.RPCBlock) error {
*x = RpcBlock{
Header: header,
Transactions: transactions,
VerboseData: verboseData,
}
return nil
}