Skip to content

Commit

Permalink
revert: last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Jul 4, 2018
1 parent 7a27367 commit 23e9890
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion crypto/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/ArkEcosystem/go-crypto/crypto/base58"
Expand Down
2 changes: 1 addition & 1 deletion crypto/address_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

func createSignedTransaction(transaction *Transaction, secret string, secondSecret string) *Transaction {
transaction.Timestamp = GetTime()
Expand Down
2 changes: 1 addition & 1 deletion crypto/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

var (
CONFIG_NETWORK = &Network{}
Expand Down
2 changes: 1 addition & 1 deletion crypto/deserialiser.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"encoding/binary"
Expand Down
2 changes: 1 addition & 1 deletion crypto/deserialiser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/enums.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

var (
TRANSACTION_TYPES = &TransactionTypes{
Expand Down
2 changes: 1 addition & 1 deletion crypto/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"crypto/sha256"
Expand Down
2 changes: 1 addition & 1 deletion crypto/message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import "time"

Expand Down
2 changes: 1 addition & 1 deletion crypto/private_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"crypto/sha256"
Expand Down
2 changes: 1 addition & 1 deletion crypto/private_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/public_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/ArkEcosystem/go-crypto/crypto/base58"
Expand Down
2 changes: 1 addition & 1 deletion crypto/public_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/serialiser.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion crypto/serialiser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion crypto/slot.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import "time"

Expand Down
2 changes: 1 addition & 1 deletion crypto/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"github.com/btcsuite/btcd/btcec"
Expand Down
2 changes: 1 addition & 1 deletion crypto/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion crypto/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

package arkecosystem_crypto
package crypto

import (
"encoding/hex"
Expand Down

0 comments on commit 23e9890

Please sign in to comment.