mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +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
|