We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e780f71 commit 3441ef5Copy full SHA for 3441ef5
other_types_of_asset/transfer_an_asset.md
@@ -25,7 +25,7 @@ Here is how to instantiate such Colored Coin in code:
25
var coin = new Coin(
26
fromTxHash: new uint256("fa6db7a2e478f3a8a0d1a77456ca5c9fa593e49fd0cf65c7e349e5a4cbe58842"),
27
fromOutputIndex: 0,
28
- amount: Money.Satoshis(2000000),
+ amount: Money.Satoshis(600),
29
scriptPubKey: new Script(Encoders.Hex.DecodeData("76a914356facdac5f5bcae995d13e667bb5864fd1e7d5988ac")));
30
BitcoinAssetId assetId = new BitcoinAssetId("AVAVfLSb1KZf9tJzrUVpktjxKUXGxUTD4e");
31
ColoredCoin colored = coin.ToColoredCoin(assetId, 10);
0 commit comments