From 57d57e54a1f9f973c9286d01b24afdc8245ac40e Mon Sep 17 00:00:00 2001 From: whyrusleeping Date: Wed, 5 Aug 2020 18:44:55 -0700 Subject: [PATCH] fix api inclusion --- node/impl/full.go | 1 + 1 file changed, 1 insertion(+) diff --git a/node/impl/full.go b/node/impl/full.go index 46a706f2b..47f09bfd3 100644 --- a/node/impl/full.go +++ b/node/impl/full.go @@ -29,6 +29,7 @@ type FullNodeAPI struct { full.MsigAPI full.WalletAPI full.SyncAPI + full.BeaconAPI } // MpoolEstimateGasPrice estimates gas price