update README some more again
This commit is contained in:
@@ -42,7 +42,8 @@ submitShout = async (shout: any) => {
|
||||
return await submit(shoutHash)
|
||||
}
|
||||
|
||||
//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
|
||||
//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
|
||||
submit = async (shoutHash: string) => {
|
||||
return await xrpio.writeRaw({ data: shoutHash }, shoutboxAddress, userWallet1.secret)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user