mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
add missing package fmt
This commit is contained in:
parent
f133c4da96
commit
307b127063
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ package XDPoS
|
||||||
import (
|
import (
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
"errors"
|
"errors"
|
||||||
|
"fmt"
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
"github.com/XinFinOrg/XDPoSChain/common"
|
"github.com/XinFinOrg/XDPoSChain/common"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue