Finishing up issue

This commit is contained in:
andronache
2021-03-16 17:11:34 +02:00
committed by Dan Christian Bogos
parent 22f207441e
commit 4fe03d1a2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.15
- 1.16
script: go test -v ./...

View File

@@ -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