mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
Add issuance bucket
This commit is contained in:
parent
7506e3c8db
commit
f5c06a9add
@ -271,6 +271,8 @@ const (
|
||||
|
||||
Epoch = "DevEpoch" // block_num_u64+block_hash->transition_proof
|
||||
PendingEpoch = "DevPendingEpoch" // block_num_u64+block_hash->transition_proof
|
||||
|
||||
Issuance = "Issuance" // block_num_u64+block_hash->RLP(issuance+[burnt iif >= london])
|
||||
)
|
||||
|
||||
// Keys
|
||||
@ -339,6 +341,7 @@ var ChaindataTables = []string{
|
||||
HeaderTD,
|
||||
Epoch,
|
||||
PendingEpoch,
|
||||
Issuance,
|
||||
}
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user