Skip to content

Commit

Permalink
fix: package aeternity was wrongly importing aepp-sdk-go without a ma…
Browse files Browse the repository at this point in the history
…jor version
  • Loading branch information
randomshinichi committed Nov 5, 2019
1 parent 51440e8 commit b9fb5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeternity/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"math/big"
"time"

"github.com/aeternity/aepp-sdk-go/transactions"
"github.com/aeternity/aepp-sdk-go/v6/transactions"
"github.com/aeternity/aepp-sdk-go/v6/account"
"github.com/aeternity/aepp-sdk-go/v6/config"
)
Expand Down

0 comments on commit b9fb5aa

Please sign in to comment.