Fix typo sucessfully -> successfully
This commit is contained in:
parent
4c4c181e40
commit
b62c4b4b58
@ -100,7 +100,7 @@ export interface BroadcastTxSuccess {
|
||||
}
|
||||
|
||||
/**
|
||||
* The response after sucessfully broadcasting a transaction.
|
||||
* The response after successfully broadcasting a transaction.
|
||||
* Success or failure refer to the execution result.
|
||||
*
|
||||
* The name is a bit misleading as this contains the result of the execution
|
||||
|
||||
@ -57,7 +57,7 @@ describe("DefaultValueProducer", () => {
|
||||
expect(error).toEqual("oh no :(");
|
||||
done();
|
||||
},
|
||||
complete: () => done.fail("Stream must not complete sucessfully"),
|
||||
complete: () => done.fail("Stream must not complete successfully"),
|
||||
});
|
||||
|
||||
producer.update(1);
|
||||
|
||||
@ -73,7 +73,7 @@ export interface BroadcastTxSyncResponse extends TxData {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true iff transaction made it sucessfully into the transaction pool
|
||||
* Returns true iff transaction made it successfully into the transaction pool
|
||||
*/
|
||||
export function broadcastTxSyncSuccess(res: BroadcastTxSyncResponse): boolean {
|
||||
// code must be 0 on success
|
||||
|
||||
@ -73,7 +73,7 @@ export interface BroadcastTxSyncResponse extends TxData {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true iff transaction made it sucessfully into the transaction pool
|
||||
* Returns true iff transaction made it successfully into the transaction pool
|
||||
*/
|
||||
export function broadcastTxSyncSuccess(res: BroadcastTxSyncResponse): boolean {
|
||||
// code must be 0 on success
|
||||
|
||||
Loading…
Reference in New Issue
Block a user