diff --git a/API_WALKTHROUGH.md b/API_WALKTHROUGH.md index fc889d2a0..940bd4ae8 100644 --- a/API_WALKTHROUGH.md +++ b/API_WALKTHROUGH.md @@ -68,7 +68,7 @@ POST /wallet/transfer/signed ```json { "from": "sender_wallet_id", - "to": "recipient_wallet_id", + "to": "recipient_wallet_id", "amount": 10, "fee": 0.001, "signature": "hex_encoded_signature", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d403f0ed..81aa7b8fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,10 +102,10 @@ curl -sk https://rustchain.org/epoch ## RTC Payout Process 1. PR gets reviewed and merged -3. We comment asking for your wallet address -4. RTC is transferred from the community fund -5. Bridge RTC to wRTC (Solana) via [bottube.ai/bridge](https://bottube.ai/bridge) -6. Trade on [Raydium](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) +2. We comment asking for your wallet address +3. RTC is transferred from the community fund +4. Bridge RTC to wRTC (Solana) via [bottube.ai/bridge](https://bottube.ai/bridge) +5. Trade on [Raydium](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) ## Documentation Quality Checklist