chore: prettier fixes
This commit is contained in:
committed by
Michael Vines
parent
be53ab5aa4
commit
b9ade46c41
@@ -215,7 +215,7 @@ export class Transaction {
|
||||
}
|
||||
});
|
||||
|
||||
allKeys.sort(function(x, y) {
|
||||
allKeys.sort(function (x, y) {
|
||||
const checkSigner = x.isSigner === y.isSigner ? 0 : x.isSigner ? -1 : 1;
|
||||
const checkWritable =
|
||||
x.isWritable === y.isWritable ? 0 : x.isWritable ? -1 : 1;
|
||||
|
Reference in New Issue
Block a user