Merge PR #3099: F1 fee distribution

This commit is contained in:
Christopher Goes
2019-01-16 22:38:05 +01:00
committed by GitHub
parent 26cb0a125a
commit 2942f83ff5
56 changed files with 1767 additions and 2235 deletions
+3 -2
View File
@@ -5,11 +5,12 @@ import (
"errors"
"testing"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/x/auth"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/crypto/ed25519"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/x/auth"
"github.com/stretchr/testify/assert"
"github.com/tendermint/tendermint/libs/common"