]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/tx_test.go
Operations progress
[nncp.git] / src / tx_test.go
index bde218f99043413a8be2134b533567fe1172e6a5..46e5b1e98b12bab0a5dc2049cac62b516a928b74 100644 (file)
@@ -27,7 +27,7 @@ import (
        "testing"
        "testing/quick"
 
-       "github.com/davecgh/go-xdr/xdr2"
+       xdr "github.com/davecgh/go-xdr/xdr2"
        "golang.org/x/crypto/blake2b"
 )
 
@@ -84,6 +84,7 @@ func TestTx(t *testing.T) {
                        int64(src.Len()),
                        int64(padSize),
                        src,
+                       "pktName",
                )
                if err != nil {
                        return false