diff --git a/.travis.yml b/.travis.yml index 8d00edf27..66812f4c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.15 + - 1.16 script: go test -v ./... diff --git a/utils/accountprofile.go b/utils/accountprofile.go index 68b14acda..8b328d4bb 100644 --- a/utils/accountprofile.go +++ b/utils/accountprofile.go @@ -337,7 +337,7 @@ func (bWws BalancesWithWeight) Balances() (blncs []*Balance) { // APIAccountProfileWithOpts is used in API calls type APIAccountProfileWithOpts struct { *APIAccountProfile - Opts map[string]interface{} + APIOpts map[string]interface{} } // AccountProfileWithOpts is used in API calls