From 4fe03d1a2dad9a43ba3880bfda09ccd4a9fb6571 Mon Sep 17 00:00:00 2001 From: andronache Date: Tue, 16 Mar 2021 17:11:34 +0200 Subject: [PATCH] Finishing up issue --- .travis.yml | 2 +- utils/accountprofile.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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