소스 검색

update README some more again

master
nitowa 2 년 전
부모
커밋
c2c763962f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      README.md

+ 2
- 1
README.md 파일 보기

@@ -42,7 +42,8 @@ submitShout = async (shout: any) => {
42 42
     return await submit(shoutHash)
43 43
 }
44 44
 
45
-//After the shout has been written to the blockchain, the hash pointing to the data is sent to the address keeping track of the application's state
45
+//After the shout has been written to the blockchain, 
46
+//the hash pointing to the data is sent to the address keeping track of the application's state
46 47
 submit = async (shoutHash: string) => {
47 48
     return await xrpio.writeRaw({ data: shoutHash }, shoutboxAddress, userWallet1.secret)
48 49
 }

Loading…
취소
저장