Commit d128e274 authored by pengjun's avatar pengjun Committed by vipwzw

#653 fix linter error

parent e75a95c1
......@@ -31,7 +31,7 @@ var (
func TestPokerbull(t *testing.T) {
types.SetTitleOnlyForTest("chain33")
total := int64(1000 * types.Coin)
total := 1000 * types.Coin
accountA := types.Account{
Balance: total,
Frozen: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment