Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #521 from jimni1222/isWriteThroughCaching
Browse files Browse the repository at this point in the history
Removed isWriteThroughCaching
  • Loading branch information
jimni1222 authored Aug 19, 2021
2 parents a417909 + 8fe7231 commit 8745236
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/caver-rpc/src/klay.js
Original file line number Diff line number Diff line change
Expand Up @@ -1933,24 +1933,6 @@ class Klay {
call: 'klay_rewardbase',
params: 0,
}),
/**
* Returns `true` if the node is using writeThroughCaching.
*
* @memberof Klay
* @method isWriteThroughCaching
* @instance
*
* @example
* const result = await caver.rpc.klay.isWriteThroughCaching()
*
* @param {function} [callback] Optional callback, returns an error object as the first parameter and the result as the second.
* @return {Promise<boolean>} `true` means the node is using write-through caching.
*/
new Method({
name: 'isWriteThroughCaching',
call: 'klay_writeThroughCaching',
params: 0,
}),

// Filter
/**
Expand Down

0 comments on commit 8745236

Please sign in to comment.