Skip to content

Commit

Permalink
Fix Block Model
Browse files Browse the repository at this point in the history
* MoneySupply field should be float
  • Loading branch information
startailcoon committed Feb 2, 2024
1 parent 4f2330d commit 1e673a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/chain/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Block {
var int $version;
var string $merkleroot;
var float $mint;
var int $MoneySupply;
var float $MoneySupply;
var int $time;
var int $nonce;
var string $bits;
Expand Down

0 comments on commit 1e673a3

Please sign in to comment.