Skip to content

Commit 2b69530

Browse files
authored
Fix #1760 (#1772)
1 parent d9c4387 commit 2b69530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/rpc/impls/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ impl RpcImpl {
567567
};
568568

569569
format!(
570-
"{}: {:?} wei + {:?} gas * {:?} wei",
570+
"{}: {:?} drip + {:?} gas * {:?} drip",
571571
to, tx.value, tx.gas, tx.gas_price
572572
)
573573
};

0 commit comments

Comments
 (0)