Browse Source

no message

DESKTOP-70VPDLK\Administrator 2 months ago
parent
commit
0136cb7393
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Console/Commands/TestCommand.php

+ 2 - 0
app/Console/Commands/TestCommand.php

@@ -6,6 +6,7 @@ use App\Models\Contract;
 use App\Models\MemberClan;
 use App\Servers\ContractServer;
 use App\Servers\Icon\BanRPC;
+use App\Servers\Icon\Utils;
 use BitWasp\Bitcoin\Bitcoin;
 use BitWasp\Bitcoin\Address\PayToPubKeyHashAddress;
 use BitWasp\Bitcoin\Crypto\Random\Random;
@@ -50,6 +51,7 @@ class TestCommand extends Command
      */
     public function handle()
     {
+        dd(Utils::hex2dec("0xa8cf"));
         $bnb_block = BanRPC::creatServer()->sendBlockNumber();
         dd($bnb_block);
         $random = new Random();