Skip to content
Snippets Groups Projects
Commit 3c6efa48 authored by lunfardo314's avatar lunfardo314
Browse files

- fixed bug of non-deterministic NewOutputs function

- added function to sort slice of addresses
- minor edits
parent 3bb4afe2
Branches
Tags
No related merge requests found
...@@ -3,11 +3,12 @@ package transaction ...@@ -3,11 +3,12 @@ package transaction
import ( import (
"bytes" "bytes"
"testing"
"github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address"
"github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance"
"github.com/magiconair/properties/assert" "github.com/magiconair/properties/assert"
"golang.org/x/crypto/blake2b" "golang.org/x/crypto/blake2b"
"testing"
) )
func TestOutputs(t *testing.T) { func TestOutputs(t *testing.T) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment