diff --git a/beacon_chain/spec/forks.nim b/beacon_chain/spec/forks.nim index 87b0c0114..304661143 100644 --- a/beacon_chain/spec/forks.nim +++ b/beacon_chain/spec/forks.nim @@ -322,9 +322,6 @@ template root*(x: ForkedSignedBeaconBlock | ForkedTrustedSignedBeaconBlock): Eth template slot*(x: ForkedSignedBeaconBlock | ForkedTrustedSignedBeaconBlock): Slot = getForkedBlockField(x, slot) -template message*(x: ForkedSignedBeaconBlock | ForkedTrustedSignedBeaconBlock): auto = - withBlck(x): blck.message - template shortLog*(x: ForkedBeaconBlock): auto = withBlck(x): shortLog(blck)