mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-01 11:46:43 +00:00

* [NOD-1497] Add missing APIs. * [NOD-1497] Rename some new APIs. * [NOD-1497] Add fields to BlockInfo. * [NOD-1497] Add comments over BlockInfo and BlockLocator. * [NOD-1497] Rename GetSelectedParent to GetVirtualSelectedParent. * [NOD-1497] Add SetPruningPointUTXOSet. * [NOD-1497] Rename GetHashesAbovePruningPoint to GetMissingBlockBodyHashes. * [NOD-1497] Fix rename error.
7 lines
144 B
Go
7 lines
144 B
Go
package externalapi
|
|
|
|
// BlockLocator is a type used in the process of locating
|
|
// a specific block in a remote DAG
|
|
type BlockLocator struct {
|
|
}
|