We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0880b commit 90080ffCopy full SHA for 90080ff
basics/pda-rent-payer/solang/solidity/pda-rent-payer.sol
@@ -29,8 +29,7 @@ contract pda_rent_payer {
29
print("From: {:}".format(from.key));
30
print("To: {:}".format(to.key));
31
32
- // // Not working with Solang 0.3.1
33
- // from.lamports -= lamports;
34
- // to.lamports += lamports;
+ from.lamports -= lamports;
+ to.lamports += lamports;
35
}
36
basics/transfer-sol/solang/solidity/transfer-sol.sol
@@ -23,9 +23,8 @@ contract transfer_sol {
23
24
25
26
-
27
- // // // Not working with Solang 0.3.1
28
+
0 commit comments