mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
9 lines
136 B
Go
9 lines
136 B
Go
package test
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed authority_round_block_reward_contract.json
|
|
var AuthorityRoundBlockRewardContract []byte
|