Optimizations

This commit is contained in:
2022-04-22 18:11:33 +02:00
parent e779d8d5dc
commit 19347800c8
5 changed files with 39 additions and 23 deletions

View File

@@ -2,7 +2,6 @@ package main
import (
"bufio"
"encoding/hex"
"fmt"
"monoblock/chain"
"monoblock/keymgmt"
@@ -12,11 +11,6 @@ import (
const AMOUNT int = 100
func main() {
by1, _ := hex.DecodeString("0001020304")
by2, _ := hex.DecodeString("0001020304")
fmt.Printf("%x", chain.XorSlice(by1, by2))
addr1 := keymgmt.GenerateAddress()
addr2 := keymgmt.GenerateAddress()
addr3 := keymgmt.GenerateAddress()