Skip to content

Commit 3441ef5

Browse files
authored
should we change 2000000 to 600?
1 parent e780f71 commit 3441ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other_types_of_asset/transfer_an_asset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here is how to instantiate such Colored Coin in code:
2525
var coin = new Coin(
2626
fromTxHash: new uint256("fa6db7a2e478f3a8a0d1a77456ca5c9fa593e49fd0cf65c7e349e5a4cbe58842"),
2727
fromOutputIndex: 0,
28-
amount: Money.Satoshis(2000000),
28+
amount: Money.Satoshis(600),
2929
scriptPubKey: new Script(Encoders.Hex.DecodeData("76a914356facdac5f5bcae995d13e667bb5864fd1e7d5988ac")));
3030
BitcoinAssetId assetId = new BitcoinAssetId("AVAVfLSb1KZf9tJzrUVpktjxKUXGxUTD4e");
3131
ColoredCoin colored = coin.ToColoredCoin(assetId, 10);

0 commit comments

Comments
 (0)