mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 12:45:50 +00:00
ripple-binary-codec refactor (#88)
Refactored all components in ripple-binary-codec /src
This commit is contained in:
@@ -21,7 +21,7 @@ function makeItem (indexArg) {
|
||||
index.toBytesSink(sink)
|
||||
},
|
||||
hashPrefix () {
|
||||
return [1, 3, 3, 7]
|
||||
return Buffer.from([1, 3, 3, 7])
|
||||
}
|
||||
}
|
||||
return [index, item]
|
||||
|
||||
Reference in New Issue
Block a user