Skip to content

Commit

Permalink
fix: package aeternity accidentally imported v1 of aepp-sdk-go
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Nov 11, 2019
1 parent 1e1d3c7 commit 25fec10
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,9 +5,9 @@ import (
"math/big"
"time"

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

func ExampleContext() {
Expand Down

0 comments on commit 25fec10

Please sign in to comment.